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

This commit is contained in:
junleea 2025-03-05 19:35:18 +08:00
commit bda9e235de
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类型