From 8ad38619ad83ef74fdd05e021258ae16e4edecbf Mon Sep 17 00:00:00 2001 From: zyj <18107291228@163.com> Date: Thu, 11 Sep 2025 14:37:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=83=A8=E5=88=86=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libs/error_code.go | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/error_code.go b/libs/error_code.go index b38170c..42bd307 100644 --- a/libs/error_code.go +++ b/libs/error_code.go @@ -19,4 +19,5 @@ var ErrorCode = map[string]*ErrorInfo{ "AccountRequiresRobotVerification": {Code: 0, Data: "", Msg: "账号需要机器人验证"}, "BrowserOpenFail": {Code: 0, Data: "", Msg: "浏览器开启失败"}, "AccountFailed": {Code: 0, Data: "", Msg: "账号不存在"}, + "TokenExpired": {Code: 0, Data: "", Msg: "Token已过期"}, }