数据集成修改

This commit is contained in:
cwchen 2025-09-11 16:48:03 +08:00
parent 95211bf2ce
commit c58ad5451a
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ public class ParamSecureHandler implements AsyncHandlerInterceptor {
}
XssRequestWrapper requestWrapper = new XssRequestWrapper(request);
System.err.println(JSON.toJSONString(request.getParameterMap()));
// System.err.println(JSON.toJSONString(request.getParameterMap()));
/**
* 校验参数是否合法
*/