This commit is contained in:
laodaming
2023-07-14 14:07:23 +08:00
parent 6d3a3b2dda
commit 56a8b32d90
3 changed files with 12 additions and 7 deletions

View File

@@ -266,7 +266,8 @@ type GetTagProductListReq {
Size uint32 `form:"size,optional"` //尺寸
}
type GetTagProductListRsp {
TagList []TagItem `json:"tag_list"`
TotalCategory int `json:"totalCategory"`
TagList []TagItem `json:"tag_list"`
}
type TagItem {
TypeName string `json:"type_name"`