This commit is contained in:
richboo111
2022-11-16 09:52:07 +08:00
parent 7cca209659
commit c206127db6
4 changed files with 39 additions and 5 deletions

View File

@@ -6636,3 +6636,13 @@ func SyncTiktokMainIdToLocal(ctx *jxcontext.Context, param *tiktok_store.MainSku
}
return nil
}
//批量更新美团商品进货价
func BatchSetRestockingPrice(ctx *jxcontext.Context, preData map[string]interface{}) error {
//spuData := []*mtwmapi.SpuData{}
//for k, v := range preData {
// //获取京西平台storeID
// err := dao.GetStoreDetail()
//}
return nil
}