diff --git a/controllers/cms_store_sku.go b/controllers/cms_store_sku.go index 8785f512b..59fd3b635 100644 --- a/controllers/cms_store_sku.go +++ b/controllers/cms_store_sku.go @@ -499,10 +499,10 @@ func (c *StoreSkuController) RefershStoreSkusMidPrice() { // @Title 根据Excel刷新京西门店商品价 // @Description 根据Excel刷新京西门店商品价 -// @Param token header string true "认证token" -// @Param storeIDs query string true "门店列表" -// @Param isAsync query bool true "是否异步,缺省是同步" -// @Param isContinueWhenError query bool true "单个同步失败是否继续,缺省false" +// @Param token header string true "认证token" +// @Param storeIDs formData string true "门店列表" +// @Param isAsync formData bool true "是否异步,缺省是同步" +// @Param isContinueWhenError formData bool true "单个同步失败是否继续,缺省false" // @Success 200 {object} controllers.CallResult // @Failure 200 {object} controllers.CallResult // @router /RefreshJxPriceByExcel [post]