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