fix
This commit is contained in:
@@ -72,7 +72,7 @@ type GetRecommandProductListRsp {
|
||||
}
|
||||
//获取分类产品列表
|
||||
type GetTagProductListReq {
|
||||
Cid int64 `form:"cid,optional"` //分类id
|
||||
BasicTagId int64 `form:"basic_tag_id,optional"` //传入则以该分类为最高层分类查询
|
||||
MerchantType int64 `form:"merchant_type,optional"` //商户类型
|
||||
TemplateTag string `form:"template_tag,optional"` //模板标签
|
||||
WithProduct bool `form:"with_product,optional"` //是否携带分类下的产品
|
||||
|
||||
Reference in New Issue
Block a user