From de88dbd9db9aee5c2be8fa92fc58a56b747914fb Mon Sep 17 00:00:00 2001 From: weiz Date: Wed, 22 Nov 2023 11:18:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=9F=E6=88=90=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E6=97=B6=E6=B6=88=E6=81=AF=E6=8E=A8=E9=80=81=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/logic/LogisticsLogic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/logic/LogisticsLogic.php b/app/api/logic/LogisticsLogic.php index e376cd4d..d7ebfe63 100644 --- a/app/api/logic/LogisticsLogic.php +++ b/app/api/logic/LogisticsLogic.php @@ -251,7 +251,7 @@ class LogisticsLogic extends BaseLogic } } if(!$register_id->isEmpty() && !empty($register_id['ytj_register_id'])){ - $push_result = push_message($register_id['ytj_register_id'],'您有一条新的配送任务,请尽快处理!!'); + $push_result = push_message2($register_id['ytj_register_id'],'您有一条新的配送任务,请尽快处理!!'); if($push_result['code'] == 0) { Log::write('["极光推送:"]'.$push_result['msg'],'error'); }