超级token

This commit is contained in:
junleea 2025-03-05 19:35:13 +08:00
parent e9fd3b346d
commit a6954f8f9e
1 changed files with 1 additions and 0 deletions

View File

@ -152,6 +152,7 @@ func JWTAuthMiddleware() gin.HandlerFunc {
if sId == "" { if sId == "" {
sId = "1" sId = "1"
} }
log.Printf("req super_id:%s", sId)
id, _ := strconv.Atoi(sId) id, _ := strconv.Atoi(sId)
idFloat64 := float64(id) idFloat64 := float64(id)
//查看s_id类型 //查看s_id类型