jpush update

This commit is contained in:
unknown 2023-08-16 16:55:23 +08:00
parent 78332ca6b7
commit 2fa45f2803

View File

@ -222,6 +222,8 @@ class LogisticsLogic extends BaseLogic
$push_result = push_message($courier['register_id'],'您有一条新的配送任务,请尽快处理!!');
if($push_result['code'] == 0) {
Log::write('["极光推送:"]'.$push_result['msg'],'error');
}else{
Log::write('极光推送成功');
}
}
Logistics::commit();