|
@@ -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('今日实名次数已到上限,明天再来吧');
|
|
|
}
|
|
|
}
|