瀏覽代碼

去掉免检验证码1212

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

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

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