IPRatelimit添加白名单接口

This commit is contained in:
不做码农 2022-04-09 14:51:29 +08:00
parent d05690654b
commit 1daa137d98

View File

@ -68,7 +68,7 @@
"ClientIdHeader": "X-ClientId", "ClientIdHeader": "X-ClientId",
"HttpStatusCode": 429, "HttpStatusCode": 429,
// //
"EndpointWhitelist": [ "post:/system/dict/data/types", "*:/msghub/negotiate" ], "EndpointWhitelist": [ "post:/system/dict/data/types", "*:/msghub/negotiate", "*:/LogOut" ],
// //
//"ClientWhitelist": [ "dev-id-1", "dev-id-2" ], //"ClientWhitelist": [ "dev-id-1", "dev-id-2" ],
"QuotaExceededResponse": { "QuotaExceededResponse": {