Skip to content

Commit 4d01470

Browse files
author
zhongjun
authored
🎨 添加企业微信全局错误码:40096-不合法的外部联系人userid
1 parent 7229bb4 commit 4d01470

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/WxCpErrorMsgEnum.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,10 @@ public enum WxCpErrorMsgEnum {
248248
* 不合法的URL;缺少主页URL参数,或者URL不合法(链接需要带上协议头,以 http:// 或者 https:// 开头).
249249
*/
250250
CODE_40094(40094, "不合法的URL;缺少主页URL参数,或者URL不合法(链接需要带上协议头,以 http:// 或者 https:// 开头)"),
251+
/**
252+
* 不合法的外部联系人userid
253+
*/
254+
CODE_40096(40096,"不合法的外部联系人userid"),
251255
/**
252256
* 缺少access_token参数.
253257
*/

0 commit comments

Comments
 (0)