This commit is contained in:
苏尹岚
2020-11-26 10:07:26 +08:00
parent 743c966034
commit 45053920af

View File

@@ -692,10 +692,10 @@ func buildCreateWareParam(storeSku *dao.StoreSkuSyncInfo) (createSkuParamWare *j
Title: name, Title: name,
CategoryID: int(storeSku.VendorVendorCatID), CategoryID: int(storeSku.VendorVendorCatID),
VenderID: jdshopapi.VendorID2, VenderID: jdshopapi.VendorID2,
Length: 100, Length: 200,
Wide: 100, Wide: 200,
Height: 100, Height: 100,
Weight: "0.5", Weight: "1",
BrandID: jdshopapi.BrandIdNO, BrandID: jdshopapi.BrandIdNO,
WareStatus: 8, //上架待审核 WareStatus: 8, //上架待审核
ShopCategorys: []int{vendorCatID}, ShopCategorys: []int{vendorCatID},