This commit is contained in:
suyl
2021-05-17 16:41:23 +08:00
parent 2e6aac79ff
commit 9da435d0af

View File

@@ -75,7 +75,7 @@ func (c *UnionController) GetVendorMatterCategory() {
// @Title 查询平台物料
// @Description 查询平台物料
// @Param token header string true "认证token"
// @Param token header string false "认证token"
// @Param vendorID query int true "平台ID"
// @Param vendorCatID query string false "平台分类ID"
// @Param keyword query string false "关键字"
@@ -95,7 +95,7 @@ func (c *UnionController) GetVendorMatters() {
// @Title 查询平台物料详情
// @Description 查询平台物料详情
// @Param token header string true "认证token"
// @Param token header string false "认证token"
// @Param vendorID query int true "平台ID"
// @Param goodsID query string true "平台商品ID"
// @Success 200 {object} controllers.CallResult
@@ -110,7 +110,7 @@ func (c *UnionController) GetVendorMatterDetail() {
// @Title 查询平台物料推荐
// @Description 查询平台物料推荐
// @Param token header string true "认证token"
// @Param token header string false "认证token"
// @Param vendorID query int true "平台ID"
// @Param goodsID query string true "平台商品ID"
// @Param rcmmdType query int true "推荐类型1为今日销量榜3为相似商品5为实时热销榜"