This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
server
/
wxJava-final
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
🎨
#1539
公众号错误信息枚举类修复一个错误码的msg信息标记错误的问题
dev1
Binary Wang
5 years ago
parent
561da62060
commit
09100e6766
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
weixin-java-common/src/main/java/me/chanjar/weixin/common/error/WxMpErrorMsgEnum.java
+ 2
- 2
weixin-java-common/src/main/java/me/chanjar/weixin/common/error/WxMpErrorMsgEnum.java
View File
@@ -86,9 +86,9 @@ public enum WxMpErrorMsgEnum {
*/
CODE_40016(40016, "不合法的按钮个数"),
/**
* 不合法的按钮
个数
.
* 不合法的按钮
类型
.
*/
CODE_40017(40017, "不合法的按钮
个数
"),
CODE_40017(40017, "不合法的按钮
类型
"),
/**
* 不合法的按钮名字长度.
*/
Write
Preview
Loading…
Cancel
Save