From 7581a17a29623dac651e59fe71bc900d24e60264 Mon Sep 17 00:00:00 2001 From: junleea <354425203@qq.com> Date: Wed, 5 Mar 2025 20:02:06 +0800 Subject: [PATCH] =?UTF-8?q?header=E5=8A=A0token?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index c699a85..5f00575 100644 --- a/main.go +++ b/main.go @@ -149,7 +149,6 @@ func JWTAuthMiddleware() gin.HandlerFunc { }) return } - log.Printf("req super_id:%s", sId) id, _ := strconv.Atoi(sId) idFloat64 := float64(id) //查看s_id类型