From 9da435d0af5ab34b180b9e3df117b02d6457fa1f Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Mon, 17 May 2021 16:41:23 +0800 Subject: [PATCH] aa --- controllers/union_controller.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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为实时热销榜"