更新极光推送调试

This commit is contained in:
yaooo 2023-09-27 11:43:18 +08:00
parent 697ed76cd1
commit 6fdd1f9c41

View File

@ -35,11 +35,11 @@ class SendSmsJob implements JobInterface
try {
/** @var JgPush $client */
$client = app()->make(JgPush::class);
Log::info('app推送发送数据:' . var_export($data, 1));
Log::info('JgPush送发送数据:' . var_export($data, 1));
$client->send($data['tempId'], $data);
} catch (\Exception $e) {
Log::info('app推送消息发送失败' . var_export($data, 1) . $e->getMessage());
DingTalk::exception($e, 'app推送消息发送失败' . var_export($data, 1));
Log::info('JgPush推送消息发送失败' . var_export($data, 1) . $e->getMessage());
DingTalk::exception($e, 'JgPush推送消息发送失败' . var_export($data, 1));
}
}
if ($status['notice_sms'] == 1) {