|
@@ -126,6 +126,7 @@ class SmsDriver
|
|
|
->setTemplateId($data['template_id'])
|
|
->setTemplateId($data['template_id'])
|
|
|
->setTemplateParams($data['params'])
|
|
->setTemplateParams($data['params'])
|
|
|
->send();
|
|
->send();
|
|
|
|
|
+ outFileLog($result,'noticeLogic','短信通知$result2');
|
|
|
if(false === $result) {
|
|
if(false === $result) {
|
|
|
throw new \Exception($this->engine->getError());
|
|
throw new \Exception($this->engine->getError());
|
|
|
}
|
|
}
|