修复字符

This commit is contained in:
Binary Wang 2018-05-13 23:09:34 +08:00
parent 7435f2dbd5
commit 0e812063d8

View File

@ -150,7 +150,7 @@ public enum WxMpErrorMsg {
*/
CODE_40032(40032, "不合法的 openid 列表长度"),
/**
* 不合法的请求字符不能包含 \uxxxx 格式的字符
* 不合法的请求字符不能包含\\uxxxx 格式的字符
*/
CODE_40033(40033, "不合法的请求字符,不能包含\\uxxxx 格式的字符"),
/**