Merge branch 'refs/heads/feat-cmd' into release

This commit is contained in:
junleea 2025-03-05 20:02:13 +08:00
commit 66bd811f05
1 changed files with 0 additions and 1 deletions

View File

@ -149,7 +149,6 @@ func JWTAuthMiddleware() gin.HandlerFunc {
}) })
return return
} }
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类型