diff --git a/app/common/service/JgPush.php b/app/common/service/JgPush.php index a2e0b2de..a637a8a0 100644 --- a/app/common/service/JgPush.php +++ b/app/common/service/JgPush.php @@ -18,8 +18,8 @@ class JgPush public function __construct() { - // $this->client = new Client('b5f679f4357018605ea6fd2e', 'c4fb573758f8d7058d697c54'); - $this->client = new Client('8a5efd65cda14fafa6e64ad3', 'daebe19b547c43128796a078'); + $this->client = new Client('b5f679f4357018605ea6fd2e', 'c4fb573758f8d7058d697c54'); + // $this->client = new Client('8a5efd65cda14fafa6e64ad3', 'daebe19b547c43128796a078'); $this->push = $this->client->push(); $this->setPlatform(); } @@ -31,7 +31,7 @@ class JgPush $groupOrder = app()->make(StoreGroupOrderRepository::class)->get($data['id']); if ($groupOrder) { foreach ($groupOrder->orderList as $order) { - $this->client = new Client('8a5efd65cda14fafa6e64ad3', 'daebe19b547c43128796a078'); + $this->client = new Client('b5f679f4357018605ea6fd2e', 'b5f679f4357018605ea6fd2e'); $this->push = $this->client->push(); $this->setPlatform(); $route = "/pages/admin/orderDetail/index?id={$order['order_id']}&mer_id={$order['mer_id']}";