- 饿百将一个分类重复改名,也会报分类名重复错,特殊处理一下,不过因为GetStoreCategory其实会拉取所有的门店分类,是比较耗时的操作
This commit is contained in:
@@ -36,8 +36,8 @@ func (c *SyncController) SyncStoresSkus() {
|
||||
})
|
||||
}
|
||||
|
||||
// @Title 同步商家商品信息
|
||||
// @Description 同步商家商品信息
|
||||
// @Title 同步商家分类信息
|
||||
// @Description 同步商家分类信息
|
||||
// @Param token header string true "认证token"
|
||||
// @Param storeIDs formData string true "门店ID列表"
|
||||
// @Param vendorIDs formData string true "厂商ID列表"
|
||||
|
||||
Reference in New Issue
Block a user