This commit is contained in:
苏尹岚
2020-06-05 10:10:30 +08:00
parent 244dd71de0
commit 47cdfe835e

View File

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