|
|
@@ -56,6 +56,7 @@ class SmsMessageService
|
|
|
'template_id' => $noticeSetting['sms_notice']['template_id'],
|
|
|
'params' => $this->setSmsParams($noticeSetting, $params)
|
|
|
]);
|
|
|
+ outFileLog($result,'noticeLogic','短信通知$result');
|
|
|
if ($result === false) {
|
|
|
// 发送失败更新短信记录
|
|
|
$this->updateSmsLog($this->smsLog['id'], SmsEnum::SEND_FAIL, $smsDriver->getError());
|