@@ -128,6 +128,7 @@ class SmsDriver
->send();
outFileLog($result,'noticeLogic','短信通知$result2');
if(false === $result) {
+ outFileLog($this->engine->getError(),'noticeLogic','短信通知$result2-getError');
throw new \Exception($this->engine->getError());
}
return $result;