From aae3cf0518c6d53ebb10fbae1e947f11d926395e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Mon, 24 Jun 2024 03:46:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BB=9F=E4=B8=80=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/providers/route_service_provider.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/providers/route_service_provider.go b/app/providers/route_service_provider.go index 8c20493f..11c614fb 100644 --- a/app/providers/route_service_provider.go +++ b/app/providers/route_service_provider.go @@ -41,7 +41,7 @@ func (receiver *RouteServiceProvider) configureRateLimiting() { }), limit.PerDay(1000).Response(func(ctx contractshttp.Context) { ctx.Request().AbortWithStatusJson(contractshttp.StatusTooManyRequests, contractshttp.Json{ - "message": "面板遭受登录爆破攻击过多,已暂时屏蔽登录,请立刻更换面板端口!", + "message": "面板遭受登录爆破攻击过多,已暂时屏蔽登录,请立刻更换面板端口", }) }), }