chuweiqiang 1 năm trước cách đây
mục cha
commit
9cff22d2c9
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      application/common/library/Sms.php

+ 2 - 1
application/common/library/Sms.php

@@ -102,7 +102,8 @@ class Sms
                     $sms->save();
                     return false;
                 } else {
-                    $result = Hook::listen('sms_check', $sms, null, true);
+//                    $result = Hook::listen('sms_check', $sms, null, true);
+                    $result = true;
                     return $result;
                 }
             } else {