1
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user