From 7dfde04639b502722b1f9273caf695a592497a81 Mon Sep 17 00:00:00 2001 From: lixiangwuxian Date: Sun, 20 Oct 2024 15:47:50 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=E6=9D=83=E9=99=90?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- auth/auth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/auth.go b/auth/auth.go index 9240f4d..2c22283 100644 --- a/auth/auth.go +++ b/auth/auth.go @@ -44,7 +44,7 @@ func TryExecHandler(msg model.Message, level constants.PermissionLevel, handler return handler(msg) } return model.Reply{ - ReplyMsg: "权限不足,有需要请联系管理员", + ReplyMsg: "权限校验错误", ReferOriginMsg: true, FromMsg: msg, }