修改京东商城商品属性

This commit is contained in:
苏尹岚
2020-05-27 11:44:36 +08:00
parent edad47e3ac
commit cb18721483
3 changed files with 19 additions and 22 deletions

View File

@@ -158,10 +158,10 @@ func (p *PurchaseHandler) UpdateStoreSkus(ctx *jxcontext.Context, storeID int, v
Key: "tssp", //支持自提
Value: "4",
},
// &jdshopapi.CreateSkuParamFeatures{
// Key: "isSds", //支持自提
// Value: "1",
// },
&jdshopapi.CreateSkuParamFeatures{
Key: "fdms", //分单
Value: "1",
},
}
updateWareParam.Features = features
err = api.JdShopAPI.UpdateWare(updateWareParam)