Skip to content

Commit 0e81206

Browse files
committed
修复字符
1 parent 7435f2d commit 0e81206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weixin-java-mp/src/main/java/me/chanjar/weixin/mp/constant/WxMpErrorMsg.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public enum WxMpErrorMsg {
150150
*/
151151
CODE_40032(40032, "不合法的 openid 列表长度"),
152152
/**
153-
* 不合法的请求字符,不能包含 \uxxxx 格式的字符
153+
* 不合法的请求字符,不能包含\\uxxxx 格式的字符
154154
*/
155155
CODE_40033(40033, "不合法的请求字符,不能包含\\uxxxx 格式的字符"),
156156
/**

0 commit comments

Comments
 (0)