Skip to content

Commit f4c18d7

Browse files
committed
🎨 补充错误码
1 parent 0c12585 commit f4c18d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

weixin-java-common/src/main/java/me/chanjar/weixin/common/error/WxMpErrorMsgEnum.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,10 @@ public enum WxMpErrorMsgEnum {
209209
* 请勿添加其他公众号的主页链接.
210210
*/
211211
CODE_40155(40155, "请勿添加其他公众号的主页链接"),
212+
/**
213+
* oauth_code已使用
214+
*/
215+
CODE_40163(40163, "oauth_code已使用"),
212216
/**
213217
* 缺少 access_token 参数.
214218
*/

0 commit comments

Comments
 (0)