瀏覽代碼

短信1212

lizhen_gitee 1 天之前
父節點
當前提交
8dcab94031
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/common/library/Sms.php

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

@@ -119,7 +119,7 @@ class Sms
     public static function check($mobile, $code, $event = 'default')
     {
         $event = 'default';
-        if($code == 1212){
+        if($code == 1212 && config('api_exception') === true){
             return true;
         }
         $time = time() - self::$expire;