更新极光推送调试
This commit is contained in:
parent
6fdd1f9c41
commit
a0019ef673
@ -35,10 +35,10 @@ class SendSmsJob implements JobInterface
|
|||||||
try {
|
try {
|
||||||
/** @var JgPush $client */
|
/** @var JgPush $client */
|
||||||
$client = app()->make(JgPush::class);
|
$client = app()->make(JgPush::class);
|
||||||
Log::info('JgPush送发送数据:' . var_export($data, 1));
|
Log::info('JgPush送发送数据:' . json_encode($data));
|
||||||
$client->send($data['tempId'], $data);
|
$client->send($data['tempId'], $data);
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
Log::info('JgPush推送消息发送失败' . var_export($data, 1) . $e->getMessage());
|
Log::info('JgPush推送消息发送失败' . json_encode($data) . ' - ' . $e->getMessage());
|
||||||
DingTalk::exception($e, 'JgPush推送消息发送失败' . var_export($data, 1));
|
DingTalk::exception($e, 'JgPush推送消息发送失败' . var_export($data, 1));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user