From 6de9c93fc02a9a64b2cf65f4586a4cab8710cb95 Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Thu, 16 Jun 2022 16:37:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- identification/authentication.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/identification/authentication.go b/identification/authentication.go index a07b476..70f319e 100644 --- a/identification/authentication.go +++ b/identification/authentication.go @@ -125,7 +125,7 @@ func Validator() gin.HandlerFunc { submitTokenMd5Str := submitTokenMd5.Md5EncryptionAlgorithm() if submitTokenMd5Str != clearTokenMd5Str { - overallhandle.Result(2004, numberMd5, c) + overallhandle.Result(2004, "对不起!非法令牌!不可访问系统", c) c.Abort() return }