Browse Source

修正说明

v1.1_dev
超级管理员 3 years ago
parent
commit
6de9c93fc0
  1. 2
      identification/authentication.go

2
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
}

Loading…
Cancel
Save