🎨 添加企业微信全局错误码:40096-不合法的外部联系人userid
This commit is contained in:
@@ -248,6 +248,10 @@ public enum WxCpErrorMsgEnum {
|
|||||||
* 不合法的URL;缺少主页URL参数,或者URL不合法(链接需要带上协议头,以 http:// 或者 https:// 开头).
|
* 不合法的URL;缺少主页URL参数,或者URL不合法(链接需要带上协议头,以 http:// 或者 https:// 开头).
|
||||||
*/
|
*/
|
||||||
CODE_40094(40094, "不合法的URL;缺少主页URL参数,或者URL不合法(链接需要带上协议头,以 http:// 或者 https:// 开头)"),
|
CODE_40094(40094, "不合法的URL;缺少主页URL参数,或者URL不合法(链接需要带上协议头,以 http:// 或者 https:// 开头)"),
|
||||||
|
/**
|
||||||
|
* 不合法的外部联系人userid
|
||||||
|
*/
|
||||||
|
CODE_40096(40096,"不合法的外部联系人userid"),
|
||||||
/**
|
/**
|
||||||
* 缺少access_token参数.
|
* 缺少access_token参数.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user