From efad41bcda80bf0e3dc096f8e9a92865cc295675 Mon Sep 17 00:00:00 2001 From: Afeyer <1500527791@qq.com> Date: Mon, 1 Nov 2021 10:07:48 +0800 Subject: [PATCH] =?UTF-8?q?pref:=20=E4=BC=98=E5=8C=96=E5=85=A8=E5=B1=80?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E6=8F=90=E7=A4=BA=20(#503)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- work/kf/error.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/work/kf/error.go b/work/kf/error.go index d4e4474..4cfebd8 100644 --- a/work/kf/error.go +++ b/work/kf/error.go @@ -28,7 +28,7 @@ const ( // SDKDecryptMSGFailed 错误码:40016 SDKDecryptMSGFailed Error = "消息解密失败" // SDKMediaIDExceedMinLength 错误码:40058 - SDKMediaIDExceedMinLength Error = "media_id 小于最小长度 1" + SDKMediaIDExceedMinLength Error = "不合法的参数, 请参照具体 API 接口说明进行传参" // SDKContentContainsSensitiveInformation 错误码:40201 SDKContentContainsSensitiveInformation Error = "当前客服账号由于涉及敏感信息,已被封禁,请联系企业微信客服处理" // SDKAccessTokenMissing 错误码:41001