京东价和市场价先平了?

This commit is contained in:
苏尹岚
2020-05-14 17:27:19 +08:00
parent ffbc6e49bd
commit 212f387217

View File

@@ -312,15 +312,15 @@ func buildCreateWareParam(storeSku *dao.StoreSkuSyncInfo) (createSkuParamWare *j
CategoryID: int(storeSku.VendorVendorCatID),
BrandID: jdshopapi.JxBrandId,
// TransportID: jdshopapi.TransportID,
WareStatus: 8, //上架待审核
OuterID: utils.Int2Str(storeSku.NameID),
VenderID: 0,
Length: 100,
Width: 100,
Height: 100,
Weight: 0.5,
JdPrice: jxutils.IntPrice2Standard(storeSku.UnitPrice),
MarketPrice: jxutils.IntPrice2Standard(storeSku.UnitPrice),
WareStatus: 8, //上架待审核
OuterID: utils.Int2Str(storeSku.NameID),
VenderID: 0,
Length: 100,
Width: 100,
Height: 100,
Weight: 0.5,
// JdPrice: jxutils.IntPrice2Standard(storeSku.UnitPrice),
// MarketPrice: jxutils.IntPrice2Standard(storeSku.UnitPrice),
}
//上传京东图片