Skip to content

Commit ea3afb4

Browse files
committed
chore: 优化全局错误提示
1 parent 1ebefde commit ea3afb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

error.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const (
2828
// SDKDecryptMSGFailed 错误码:40016
2929
SDKDecryptMSGFailed Error = "消息解密失败"
3030
// SDKMediaIDExceedMinLength 错误码:40058
31-
SDKMediaIDExceedMinLength Error = "media_id 小于最小长度 1"
31+
SDKMediaIDExceedMinLength Error = "不合法的参数"
3232
// SDKContentContainsSensitiveInformation 错误码:40201
3333
SDKContentContainsSensitiveInformation Error = "当前客服账号由于涉及敏感信息,已被封禁,请联系企业微信客服处理"
3434
// SDKAccessTokenMissing 错误码:41001

0 commit comments

Comments
 (0)