We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ebefde commit ea3afb4Copy full SHA for ea3afb4
error.go
@@ -28,7 +28,7 @@ const (
28
// SDKDecryptMSGFailed 错误码:40016
29
SDKDecryptMSGFailed Error = "消息解密失败"
30
// SDKMediaIDExceedMinLength 错误码:40058
31
- SDKMediaIDExceedMinLength Error = "media_id 小于最小长度 1"
+ SDKMediaIDExceedMinLength Error = "不合法的参数"
32
// SDKContentContainsSensitiveInformation 错误码:40201
33
SDKContentContainsSensitiveInformation Error = "当前客服账号由于涉及敏感信息,已被封禁,请联系企业微信客服处理"
34
// SDKAccessTokenMissing 错误码:41001
0 commit comments