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