mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-05 17:38:05 +08:00
🎨 添加企业微信全局错误码:40096-不合法的外部联系人userid
This commit is contained in:
parent
7229bb4e40
commit
4d01470821
@ -248,6 +248,10 @@ public enum WxCpErrorMsgEnum {
|
||||
* 不合法的URL;缺少主页URL参数,或者URL不合法(链接需要带上协议头,以 http:// 或者 https:// 开头).
|
||||
*/
|
||||
CODE_40094(40094, "不合法的URL;缺少主页URL参数,或者URL不合法(链接需要带上协议头,以 http:// 或者 https:// 开头)"),
|
||||
/**
|
||||
* 不合法的外部联系人userid
|
||||
*/
|
||||
CODE_40096(40096,"不合法的外部联系人userid"),
|
||||
/**
|
||||
* 缺少access_token参数.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user