lizhen_gitee hai 1 ano
pai
achega
28064260dd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      application/api/controller/Userauth.php

+ 1 - 1
application/api/controller/Userauth.php

@@ -101,7 +101,7 @@ class Userauth extends Api
             Cache::set('fourauth' . $this->auth->id, 1, $cache_time);
         } else {
             Cache::set('fourauth' . $this->auth->id, $time_count + 1, $cache_time);
-            if ($time_count > 3) {
+            if ($time_count > 20) {
                 $this->error('今日实名次数已到上限,明天再来吧');
             }
         }