fix
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user