mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-11-01 11:38:27 +08:00
🎨 补充错误码
This commit is contained in:
@ -209,6 +209,10 @@ public enum WxMpErrorMsgEnum {
|
||||
* 请勿添加其他公众号的主页链接.
|
||||
*/
|
||||
CODE_40155(40155, "请勿添加其他公众号的主页链接"),
|
||||
/**
|
||||
* oauth_code已使用
|
||||
*/
|
||||
CODE_40163(40163, "oauth_code已使用"),
|
||||
/**
|
||||
* 缺少 access_token 参数.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user