From eef37bf4ad782122334ea755eb24071534e4abda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Thu, 26 Nov 2020 10:19:58 +0800 Subject: [PATCH] jds --- business/partner/purchase/jdshop/store_sku.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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{}{},