Simon Zhou %!s(int64=5) %!d(string=hai) anos
pai
achega
61428f5698
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      token/token.go

+ 1 - 1
token/token.go

@@ -45,7 +45,7 @@ func Auth() gin.HandlerFunc {
 			loginid := s[0]
 			if err := CheckToken(loginid, token); err != nil {
 				code = 3002
-				msg = err.Error()
+				msg = "token校验失败"
 			}
 		}