moonsflyer 9 месяцев назад
Родитель
Сommit
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();
                 ->send();
             outFileLog($result,'noticeLogic','短信通知$result2');
             outFileLog($result,'noticeLogic','短信通知$result2');
             if(false === $result) {
             if(false === $result) {
+                outFileLog($this->engine->getError(),'noticeLogic','短信通知$result2-getError');
                 throw new \Exception($this->engine->getError());
                 throw new \Exception($this->engine->getError());
             }
             }
             return $result;
             return $result;