- comment
This commit is contained in:
@@ -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对象数组"
|
||||
|
||||
Reference in New Issue
Block a user