From 2f8dacb5e3fea1a979f81d8c6b9f301954abcdd6 Mon Sep 17 00:00:00 2001 From: yaooo <272523191@qq.com> Date: Wed, 16 Aug 2023 17:03:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8E=A8=E9=80=81=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/service/JgPush.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/common/service/JgPush.php b/app/common/service/JgPush.php index a7311e9d..293fb8f0 100644 --- a/app/common/service/JgPush.php +++ b/app/common/service/JgPush.php @@ -39,8 +39,8 @@ class JgPush } $msg = $order['pay_type'] == StoreGroupOrder::PAY_TYPE_CREDIT_BUY ? '您有新的订单已结算,请注意查看。' : '您有新的订单,请注意查看。'; $this->addRegistrationId($jgRegisterId); - $this->androidNotification($msg, ['extras' => ['route' => $route]]); - $this->iosNotification($msg, ['extras' => ['route' => $route]]); + $this->androidNotification($msg, ['extras' => ['route' => $route, 'x' => 'xx']]); + $this->iosNotification($msg, ['extras' => ['route' => $route, 'x' => 'xx']]); $this->push->send(); } }