Ver Fonte

去掉免检验证码1212

lizhen_gitee há 1 ano atrás
pai
commit
ca2937215a
1 ficheiros alterados com 1 adições e 1 exclusões
  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;