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;