This commit is contained in:
苏尹岚
2020-11-26 10:19:58 +08:00
parent fc40813a4a
commit eef37bf4ad

View File

@@ -693,13 +693,13 @@ func buildCreateWareParam(storeSku *dao.StoreSkuSyncInfo) (createSkuParamWare *j
CategoryID: int(storeSku.VendorVendorCatID),
VenderID: jdshopapi.VendorID2,
Length: 200,
Wide: 100,
Wide: 200,
Height: 100,
Weight: "1",
BrandID: jdshopapi.BrandIdNO,
WareStatus: 8, //上架待审核
ShopCategorys: []int{vendorCatID},
PromiseID: -1,
PromiseID: 0,
MultiCateProps: []interface{}{},
PropsSet: []interface{}{},
SaleAttrs: []interface{}{},