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