diff --git a/controllers/union_controller.go b/controllers/union_controller.go index 4d804d740..39eff4dca 100644 --- a/controllers/union_controller.go +++ b/controllers/union_controller.go @@ -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为实时热销榜"