From 9fbfa04def5949de6279756761460f840e0d9200 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Thu, 12 Mar 2020 14:02:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=B7=E6=96=B0=E5=BA=93=E5=AD=98=E5=92=8C?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E9=94=80=E9=87=8F=E5=8F=96=E6=B6=88token?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controllers/cms_store_sku.go | 2 +- controllers/jx_order.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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