Jelajahi Sumber

1212短信验证码

lizhen_gitee 10 bulan lalu
induk
melakukan
796ed133d0
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;