package request type GetMenuTree struct { Category int `json:"category" form:"category"` ParentId string `json:"parentId" form:"parentId"` }