微信参数小写处理

This commit is contained in:
Chopper 2021-11-22 18:30:11 +08:00
parent 71cc57959b
commit c276b1595c

View File

@ -47,7 +47,7 @@ public class XssHttpServletRequestWrapper extends HttpServletRequestWrapper {
"iv",
"mail",
"privateKey",
"Wechatpay",
"wechatpay",
};
public XssHttpServletRequestWrapper(HttpServletRequest request) {