From 6cd0fa3d6ce4c4d802ccbce15470e9cebd4cbd5b Mon Sep 17 00:00:00 2001 From: zhaoyupeng Date: Tue, 8 Jul 2025 16:47:37 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=20401=20=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resp/msg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resp/msg.go b/resp/msg.go index b8dcdc8..494396d 100644 --- a/resp/msg.go +++ b/resp/msg.go @@ -3,7 +3,7 @@ package resp const ( Msg200 = "操作成功" Msg400 = "参数错误" - Msg401 = "登录信息不存在或已过期, 请重新登录" + Msg401 = "该账号登录已失效, 请重新登录" Msg401NoMulti = "用户已在其他地方登录" Msg403 = "权限不足" Msg404 = "资源不存在"