fix
This commit is contained in:
@@ -291,9 +291,10 @@ type GetRecommandProductListRsp {
|
||||
}
|
||||
//获取分类产品列表
|
||||
type GetTagProductListReq {
|
||||
Cid int64 `form:"cid,optional"` //分类id
|
||||
Size uint32 `form:"size,optional"` //尺寸
|
||||
WithProduct bool `form:"with_product,optional"` //不携带产品只返回菜单
|
||||
Cid int64 `form:"cid,optional"` //分类id
|
||||
Size uint32 `form:"size,optional"` //尺寸
|
||||
WithProduct bool `form:"with_product,optional"` //是否携带分类下的产品
|
||||
WithRecommendProduct bool `form:"with_recommend_product"` //是否携带分类推荐产品
|
||||
}
|
||||
type GetTagProductListRsp {
|
||||
TotalCategory int `json:"total_category"`
|
||||
|
||||
Reference in New Issue
Block a user