This commit is contained in:
laodaming
2023-10-27 17:33:07 +08:00
parent 28076f2441
commit edd19afcf3
3 changed files with 7 additions and 10 deletions

View File

@@ -78,7 +78,6 @@ type GetTagProductListReq {
}
type GetTagProductListRsp {
TotalCategoryProduct int `json:"total_category_product"`
TagList []TagItem `json:"tag_list"`
TagMap interface{} `json:"tag_map"`
}
type TagItem {