This commit is contained in:
laodaming
2023-10-25 14:09:12 +08:00
parent 16fc420030
commit afc6088f70
3 changed files with 12 additions and 7 deletions

View File

@@ -77,8 +77,9 @@ type GetTagProductListReq {
WithProduct bool `form:"with_product,optional"` //是否携带分类下的产品
}
type GetTagProductListRsp {
TotalCategoryProduct int `json:"total_category_product"`
TagList []TagItem `json:"tag_list"`
TotalCategoryProduct int `json:"total_category_product"`
TagList []TagItem `json:"tag_list"`
TagMap interface{} `json:"tag_map"`
}
type TagItem {
TypeName string `json:"type_name"`