From cea8e970544cccb345ff4b6f29421be4af848ed9 Mon Sep 17 00:00:00 2001 From: yaooo <272523191@qq.com> Date: Wed, 27 Sep 2023 17:46:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=9C=BA=E5=85=B3=E6=8E=A8?= =?UTF-8?q?=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/service/JgPush.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/common/service/JgPush.php b/app/common/service/JgPush.php index 839d81f6..a2e0b2de 100644 --- a/app/common/service/JgPush.php +++ b/app/common/service/JgPush.php @@ -18,7 +18,8 @@ class JgPush public function __construct() { - $this->client = new Client('b5f679f4357018605ea6fd2e', 'c4fb573758f8d7058d697c54'); + // $this->client = new Client('b5f679f4357018605ea6fd2e', 'c4fb573758f8d7058d697c54'); + $this->client = new Client('8a5efd65cda14fafa6e64ad3', 'daebe19b547c43128796a078'); $this->push = $this->client->push(); $this->setPlatform(); } @@ -30,7 +31,7 @@ class JgPush $groupOrder = app()->make(StoreGroupOrderRepository::class)->get($data['id']); if ($groupOrder) { foreach ($groupOrder->orderList as $order) { - $this->client = new Client('b5f679f4357018605ea6fd2e', 'c4fb573758f8d7058d697c54'); + $this->client = new Client('8a5efd65cda14fafa6e64ad3', 'daebe19b547c43128796a078'); $this->push = $this->client->push(); $this->setPlatform(); $route = "/pages/admin/orderDetail/index?id={$order['order_id']}&mer_id={$order['mer_id']}";