Skip to content

Commit

Permalink
🎨 #1539 公众号错误信息枚举类修复一个错误码的msg信息标记错误的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
binarywang committed May 2, 2020
1 parent 561da62 commit 09100e6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ public enum WxMpErrorMsgEnum {
*/
CODE_40016(40016, "不合法的按钮个数"),
/**
* 不合法的按钮个数.
* 不合法的按钮类型.
*/
CODE_40017(40017, "不合法的按钮个数"),
CODE_40017(40017, "不合法的按钮类型"),
/**
* 不合法的按钮名字长度.
*/
Expand Down

0 comments on commit 09100e6

Please sign in to comment.