lizhen_gitee 1 год назад
Родитель
Сommit
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;