diff --git a/controllers/cms_store_sku.go b/controllers/cms_store_sku.go index 0a17595b8..73025aa3d 100644 --- a/controllers/cms_store_sku.go +++ b/controllers/cms_store_sku.go @@ -750,7 +750,7 @@ func (c *StoreSkuController) ReturnStoreSkuBind() { // @Title 物料库存刷新(物料店商品上下架) // @Description 物料库存刷新(物料店商品上下架) -// @Param token header string true "认证token" +// @Param token header string false "认证token" // @Success 200 {object} controllers.CallResult // @Failure 200 {object} controllers.CallResult // @router /RefreshMatterStock [post] diff --git a/controllers/jx_order.go b/controllers/jx_order.go index 900dd5775..ddb0eed3a 100644 --- a/controllers/jx_order.go +++ b/controllers/jx_order.go @@ -1005,7 +1005,7 @@ func (c *OrderController) GetOrdersAccept() { // @Title 获取某个门店上次申请物料到现在的销量 // @Description 获取某个门店上次申请物料到现在的销量 -// @Param token header string true "认证token" +// @Param token header string false "认证token" // @Param storeID query int true "门店ID" // @Success 200 {object} controllers.CallResult // @Failure 200 {object} controllers.CallResult