moonsflyer 9 tháng trước cách đây
mục cha
commit
3a4b14348d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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('没有相应的短信驱动类');
             }