fix
This commit is contained in:
@@ -72,9 +72,10 @@ type GetRecommandProductListRsp {
|
||||
}
|
||||
//获取分类产品列表
|
||||
type GetTagProductListReq {
|
||||
Cid int64 `form:"cid,optional"` //分类id
|
||||
TemplateTag string `form:"template_tag,optional"` //模板标签
|
||||
WithProduct bool `form:"with_product,optional"` //是否携带分类下的产品
|
||||
Cid int64 `form:"cid,optional"` //分类id
|
||||
MerchantType int64 `form:"merchant_type,optional"` //商户类型
|
||||
TemplateTag string `form:"template_tag,optional"` //模板标签
|
||||
WithProduct bool `form:"with_product,optional"` //是否携带分类下的产品
|
||||
}
|
||||
type GetTagProductListRsp {
|
||||
TotalCategoryProduct int `json:"total_category_product"`
|
||||
|
||||
Reference in New Issue
Block a user