moonsflyer 9 ماه پیش
والد
کامیت
a6551c2f09
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      app/common/service/sms/SmsDriver.php

+ 1 - 0
app/common/service/sms/SmsDriver.php

@@ -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;