From 9fc56e35f75203f30dd1f64a287d40525e5b645b Mon Sep 17 00:00:00 2001 From: liutk <961510893@qq.com> Date: Sun, 12 Apr 2026 22:12:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4429?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Middleware/CustomThrottle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [