Browse Source

Update jwt.go

张子恒 4 years ago
parent
commit
1a50f87495
1 changed files with 1 additions and 1 deletions
  1. 1 1
      server/middleware/jwt.go

+ 1 - 1
server/middleware/jwt.go

@@ -66,7 +66,7 @@ func JWTAuth() gin.HandlerFunc {
 				if err!=nil {
 					global.GVA_LOG.Error("get redis jwt failed",  zap.Any("err", err))
 				}else{
-					service.JsonInBlacklist(model.JwtBlacklist{Jwt: RedisJwtToken})
+					_ = service.JsonInBlacklist(model.JwtBlacklist{Jwt: RedisJwtToken})
 					//当之前的取成功时才进行拉黑操作
 				}
 				// 无论如何都要记录当前的活跃状态