添加美团个各个平台相互复制

This commit is contained in:
邹宗楠
2025-03-17 13:46:20 +08:00
parent ea73635848
commit 8306b04823
7 changed files with 832 additions and 38 deletions

View File

@@ -1051,9 +1051,9 @@ func (c *StoreSkuController) CopyMtToJd() {
// @Title 美团门店复制到美团(相同平台门店相互复制)
// @Description 美团门店复制到美团(相同平台门店相互复制)
// @Param token header string true "认证token"
// @Param fromStoreID formData string true "被复制门店id"
// @Param toStoreID formData string true "复制到门店id"
// @Param vendorID formData int true "平台id"
// @Param fromStoreID formData string true "被复制门店id(平台ID)"
// @Param toStoreID formData string true "复制到门店id(平台ID)"
// @Param vendorID formData int true "平台id[(0京东-京东)(3饿百-饿百)(1美团-美团)(14抖音-抖音)(16淘宝-淘宝)(114美团-抖音)(31饿百-美团)(13美团-饿百)]"
// @Param offSet formData int false "跳过页码"
// @Param syncType formData int true "同步类型[1-商品/2-活动/3-前两者一起同步]"
// @Success 200 {object} controllers.CallResult