修复文档参数名错误

This commit is contained in:
runphp 2022-02-11 06:00:57 +00:00 committed by Gitee
parent 27d46fc0a4
commit 8541ca99af
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -108,7 +108,7 @@ public class XssFilter implements GlobalFilter, Ordered
/** /**
* 是否是Json请求 * 是否是Json请求
* *
* @param request * @param exchange HTTP请求
*/ */
public boolean isJsonRequest(ServerWebExchange exchange) public boolean isJsonRequest(ServerWebExchange exchange)
{ {