- comment

This commit is contained in:
gazebo
2018-11-27 14:45:37 +08:00
parent 78b542d5e0
commit 33742dc7f8

View File

@@ -39,7 +39,7 @@ func (c *StoreSkuController) GetStoreSkus() {
}
// @Title 修改商家商品绑定
// @Description 修改商家商品绑定
// @Description 修改商家商品绑定请换用UpdateStoresSkus
// @Param token header string true "认证token"
// @Param storeID formData int true 门店ID"
// @Param payload formData string true "json数据StoreSkuBindInfo对象"
@@ -57,7 +57,7 @@ func (c *StoreSkuController) UpdateStoreSku() {
}
// @Title 批量修改商家商品绑定
// @Description 批量修改商家商品绑定
// @Description 批量修改商家商品绑定请换用UpdateStoresSkus
// @Param token header string true "认证token"
// @Param storeID formData int true "门店ID"
// @Param payload formData string true "json数据StoreSkuBindInfo对象数组"