فهرست منبع

去掉免检验证码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;