mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-24 07:23:01 +08:00
修复字符
This commit is contained in:
parent
7435f2dbd5
commit
0e812063d8
@ -150,7 +150,7 @@ public enum WxMpErrorMsg {
|
|||||||
*/
|
*/
|
||||||
CODE_40032(40032, "不合法的 openid 列表长度"),
|
CODE_40032(40032, "不合法的 openid 列表长度"),
|
||||||
/**
|
/**
|
||||||
* 不合法的请求字符,不能包含 \uxxxx 格式的字符
|
* 不合法的请求字符,不能包含\\uxxxx 格式的字符
|
||||||
*/
|
*/
|
||||||
CODE_40033(40033, "不合法的请求字符,不能包含\\uxxxx 格式的字符"),
|
CODE_40033(40033, "不合法的请求字符,不能包含\\uxxxx 格式的字符"),
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user