From cf31a1f1536fe41d83b9aae6897851d5b9accd87 Mon Sep 17 00:00:00 2001 From: yaooo <272523191@qq.com> Date: Wed, 16 Aug 2023 17:11:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8E=A8=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/service/JgPush.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/common/service/JgPush.php b/app/common/service/JgPush.php index 293fb8f0..571a9ebf 100644 --- a/app/common/service/JgPush.php +++ b/app/common/service/JgPush.php @@ -37,11 +37,12 @@ class JgPush if (empty($jgRegisterId)) { continue; } - $msg = $order['pay_type'] == StoreGroupOrder::PAY_TYPE_CREDIT_BUY ? '您有新的订单已结算,请注意查看。' : '您有新的订单,请注意查看。'; + $msg = $order['pay_type'] == StoreGroupOrder::PAY_TYPE_CREDIT_BUY ? '您有新的订单已结算,请注意查看。' : '您有新的订单,请注意查看123123。'; $this->addRegistrationId($jgRegisterId); $this->androidNotification($msg, ['extras' => ['route' => $route, 'x' => 'xx']]); $this->iosNotification($msg, ['extras' => ['route' => $route, 'x' => 'xx']]); $this->push->send(); + Log::info("sms ============= 111"); } } break;