diff --git a/controllers/cms_store_sku.go b/controllers/cms_store_sku.go index 1e1105517..441a8ddc4 100644 --- a/controllers/cms_store_sku.go +++ b/controllers/cms_store_sku.go @@ -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对象数组"