package request // ClassifyMenuReq 分类子目录请求体 type ClassifyMenuReq struct { ClassifyId int `json:"classify_id" form:"classify_id"` }