🎨 补充错误码

This commit is contained in:
Binary Wang
2021-10-17 20:20:43 +08:00
parent 0c1258594e
commit f4c18d7eb8

View File

@@ -209,6 +209,10 @@ public enum WxMpErrorMsgEnum {
* 请勿添加其他公众号的主页链接.
*/
CODE_40155(40155, "请勿添加其他公众号的主页链接"),
/**
* oauth_code已使用
*/
CODE_40163(40163, "oauth_code已使用"),
/**
* 缺少 access_token 参数.
*/