修改京东商城商品属性

This commit is contained in:
苏尹岚
2020-05-27 14:31:48 +08:00
parent cb18721483
commit d9af9c869d

View File

@@ -160,7 +160,7 @@ func (p *PurchaseHandler) UpdateStoreSkus(ctx *jxcontext.Context, storeID int, v
},
&jdshopapi.CreateSkuParamFeatures{
Key: "fdms", //分单?
Value: "1",
Value: "0",
},
}
updateWareParam.Features = features
@@ -563,10 +563,10 @@ func buildCreateWareParam(storeSku *dao.StoreSkuSyncInfo) (createSkuParamWare *j
Key: "tssp", //支持自提
Value: "4",
},
// &jdshopapi.CreateSkuParamFeatures{
// Key: "isSds", //支持分单
// Value: "1",
// },
&jdshopapi.CreateSkuParamFeatures{
Key: "fdms", //分单
Value: "1",
},
}
createSkuParamWare.Features = features
//组合sku