!145 修复文档参数名错误

Merge pull request !145 from runphp/N/A
This commit is contained in:
若依 2022-02-12 06:02:37 +00:00 committed by Gitee
commit 1761a4f588
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)
{ {