From d40a0c083753a24889701cbbccb42bc50f9a99b9 Mon Sep 17 00:00:00 2001 From: zhangwenjian Date: Tue, 9 Aug 2022 13:00:32 +0800 Subject: [PATCH] =?UTF-8?q?fix=F0=9F=90=9B:=20=20fix=20github.com/alibaba/?= =?UTF-8?q?sentinel-golang=20middleware(#679)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/middleware/sentinel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/middleware/sentinel.go b/common/middleware/sentinel.go index 55f1d77d..603559ac 100644 --- a/common/middleware/sentinel.go +++ b/common/middleware/sentinel.go @@ -22,7 +22,7 @@ func Sentinel() gin.HandlerFunc { return sentinel.SentinelMiddleware( sentinel.WithBlockFallback(func(ctx *gin.Context) { ctx.AbortWithStatusJSON(200, map[string]interface{}{ - "msg": "too many request; the quota used up", + "msg": "too many request; the quota used up!", "code": 500, }) }),