京东价和市场价先平了?
This commit is contained in:
@@ -312,15 +312,15 @@ func buildCreateWareParam(storeSku *dao.StoreSkuSyncInfo) (createSkuParamWare *j
|
|||||||
CategoryID: int(storeSku.VendorVendorCatID),
|
CategoryID: int(storeSku.VendorVendorCatID),
|
||||||
BrandID: jdshopapi.JxBrandId,
|
BrandID: jdshopapi.JxBrandId,
|
||||||
// TransportID: jdshopapi.TransportID,
|
// TransportID: jdshopapi.TransportID,
|
||||||
WareStatus: 8, //上架待审核
|
WareStatus: 8, //上架待审核
|
||||||
OuterID: utils.Int2Str(storeSku.NameID),
|
OuterID: utils.Int2Str(storeSku.NameID),
|
||||||
VenderID: 0,
|
VenderID: 0,
|
||||||
Length: 100,
|
Length: 100,
|
||||||
Width: 100,
|
Width: 100,
|
||||||
Height: 100,
|
Height: 100,
|
||||||
Weight: 0.5,
|
Weight: 0.5,
|
||||||
JdPrice: jxutils.IntPrice2Standard(storeSku.UnitPrice),
|
// JdPrice: jxutils.IntPrice2Standard(storeSku.UnitPrice),
|
||||||
MarketPrice: jxutils.IntPrice2Standard(storeSku.UnitPrice),
|
// MarketPrice: jxutils.IntPrice2Standard(storeSku.UnitPrice),
|
||||||
}
|
}
|
||||||
|
|
||||||
//上传京东图片
|
//上传京东图片
|
||||||
|
|||||||
Reference in New Issue
Block a user