aa
This commit is contained in:
@@ -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为实时热销榜"
|
||||
|
||||
Reference in New Issue
Block a user