From 8e50e029b14715342e20a2a884d1ab0433388875 Mon Sep 17 00:00:00 2001 From: "jiaji.H" Date: Wed, 11 Mar 2026 21:05:38 +0800 Subject: [PATCH] =?UTF-8?q?Updata=EF=BC=9A=E5=8E=BB=E9=99=A4=E5=A4=9A?= =?UTF-8?q?=E4=BD=99=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/service/base.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/service/base.go b/pkg/service/base.go index 19bcabbe..736daaea 100644 --- a/pkg/service/base.go +++ b/pkg/service/base.go @@ -176,9 +176,6 @@ func NotLoginError(c *gin.Context, err error) { } func translateErrorMessage(c *gin.Context, message string) string { - if message == "It was sent. The verification code is still working" { - return "已经发送过,验证码尚可用" - } lang := c.GetHeader("Accept-Language") switch lang { case "zh-CN":