diff --git a/app/Http/Middleware/CustomThrottle.php b/app/Http/Middleware/CustomThrottle.php index 4294029..ec7e46b 100644 --- a/app/Http/Middleware/CustomThrottle.php +++ b/app/Http/Middleware/CustomThrottle.php @@ -12,7 +12,7 @@ class CustomThrottle extends ThrottleRequests * * @param \Closure(\Illuminate\Http\Request): (\Symfony\Component\HttpFoundation\Response) $next */ - public function handle($request, Closure $next, $maxAttempts = 60, $decayMinutes = 1, $prefix = '') + public function handle($request, Closure $next, $maxAttempts = 1000, $decayMinutes = 1, $prefix = '') { // 1. 设置白名单 $whitelist = [