diff --git a/business/partner/purchase/jdshop/store_sku.go b/business/partner/purchase/jdshop/store_sku.go index 8c35741af..4a928cdf7 100644 --- a/business/partner/purchase/jdshop/store_sku.go +++ b/business/partner/purchase/jdshop/store_sku.go @@ -692,10 +692,10 @@ func buildCreateWareParam(storeSku *dao.StoreSkuSyncInfo) (createSkuParamWare *j Title: name, CategoryID: int(storeSku.VendorVendorCatID), VenderID: jdshopapi.VendorID2, - Length: 100, - Wide: 100, + Length: 200, + Wide: 200, Height: 100, - Weight: "0.5", + Weight: "1", BrandID: jdshopapi.BrandIdNO, WareStatus: 8, //上架待审核 ShopCategorys: []int{vendorCatID},