刷新库存和查询销量取消token

This commit is contained in:
苏尹岚
2020-03-12 14:02:28 +08:00
parent 6a48c92aa4
commit 9fbfa04def
2 changed files with 2 additions and 2 deletions

View File

@@ -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]

View File

@@ -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