@@ -313,7 +313,7 @@ class AuthController extends Controller
$keyexist = $this->keySmsCodeExist . $phone;
$times = Cache::store('file')->get($keyexist);
- if($times>40) {
+ if($times>60) {
return $this->error(ErrorCode::VERIFY_CODE_TOO_MUCH);
}else{
$times++;