lizhen_gitee 1 년 전
부모
커밋
28064260dd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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('今日实名次数已到上限,明天再来吧');
             }
         }