mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-06-28 13:16:19 +08:00
🎨 #1539 公众号错误信息枚举类修复一个错误码的msg信息标记错误的问题
This commit is contained in:
parent
561da62060
commit
09100e6766
@ -86,9 +86,9 @@ public enum WxMpErrorMsgEnum {
|
|||||||
*/
|
*/
|
||||||
CODE_40016(40016, "不合法的按钮个数"),
|
CODE_40016(40016, "不合法的按钮个数"),
|
||||||
/**
|
/**
|
||||||
* 不合法的按钮个数.
|
* 不合法的按钮类型.
|
||||||
*/
|
*/
|
||||||
CODE_40017(40017, "不合法的按钮个数"),
|
CODE_40017(40017, "不合法的按钮类型"),
|
||||||
/**
|
/**
|
||||||
* 不合法的按钮名字长度.
|
* 不合法的按钮名字长度.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user