moonsflyer 9 ヶ月 前
コミット
3a4b14348d
1 ファイル変更1 行追加0 行削除
  1. 1 0
      app/common/service/sms/SmsDriver.php

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

@@ -75,6 +75,7 @@ class SmsDriver
             }
             $this->defaultEngine = $defaultEngine;
             $classSpace = __NAMESPACE__ . '\\engine\\' . ucfirst(strtolower($defaultEngine)) . 'Sms';
+            outFileLog($classSpace,'noticeLogic','$classSpace');
             if (!class_exists($classSpace)) {
                 throw new \Exception('没有相应的短信驱动类');
             }