diff --git a/controllers/cms_store_sku.go b/controllers/cms_store_sku.go index fa1794177..025805350 100644 --- a/controllers/cms_store_sku.go +++ b/controllers/cms_store_sku.go @@ -236,7 +236,7 @@ func (c *StoreSkuController) UpdateStoresSkus() { // @Title 批量修改多商家商品绑定(不同步) // @Description 批量修改多商家商品绑定(不同步) // @Param token header string true "认证token" -// @Param storeIDs formData string true "门店ID列表" +// @Param storeIDs formData string false "门店ID列表" // @Param payload formData string true "json数据,StoreSkuBindInfo对象数组" // @Param isRefreshHigh formData bool true "是否只刷门店价高于给的价" // @Success 200 {object} controllers.CallResult