去掉验证token
This commit is contained in:
@@ -467,7 +467,7 @@ func (c *StoreSkuController) GetMissingStoreSkuFromOrder() {
|
|||||||
|
|
||||||
// @Title 根据门店信息查找推荐商品(按销量)
|
// @Title 根据门店信息查找推荐商品(按销量)
|
||||||
// @Description 根据门店信息查找推荐商品(按销量)
|
// @Description 根据门店信息查找推荐商品(按销量)
|
||||||
// @Param token header string true "认证token"
|
// @Param token header string false "认证token"
|
||||||
// @Param storeIDs query string true "门店列表"
|
// @Param storeIDs query string true "门店列表"
|
||||||
// @Success 200 {object} controllers.CallResult
|
// @Success 200 {object} controllers.CallResult
|
||||||
// @Failure 200 {object} controllers.CallResult
|
// @Failure 200 {object} controllers.CallResult
|
||||||
@@ -499,7 +499,7 @@ func (c *StoreSkuController) GetTopSkusByCityCode() {
|
|||||||
|
|
||||||
// @Title 根据门店信息查找推荐分类(按商品销量)
|
// @Title 根据门店信息查找推荐分类(按商品销量)
|
||||||
// @Description 根据门店信息查找推荐分类(按商品销量)
|
// @Description 根据门店信息查找推荐分类(按商品销量)
|
||||||
// @Param token header string true "认证token"
|
// @Param token header string false "认证token"
|
||||||
// @Param storeIDs query string true "门店列表"
|
// @Param storeIDs query string true "门店列表"
|
||||||
// @Success 200 {object} controllers.CallResult
|
// @Success 200 {object} controllers.CallResult
|
||||||
// @Failure 200 {object} controllers.CallResult
|
// @Failure 200 {object} controllers.CallResult
|
||||||
|
|||||||
Reference in New Issue
Block a user