diff --git a/business/partner/purchase/jdshop/store_sku.go b/business/partner/purchase/jdshop/store_sku.go index 0c0b2722e..bd5a72920 100644 --- a/business/partner/purchase/jdshop/store_sku.go +++ b/business/partner/purchase/jdshop/store_sku.go @@ -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{}{},