修改京东商城商品属性

This commit is contained in:
苏尹岚
2020-05-27 14:36:50 +08:00
parent d9af9c869d
commit dc04a990c1

View File

@@ -160,7 +160,7 @@ func (p *PurchaseHandler) UpdateStoreSkus(ctx *jxcontext.Context, storeID int, v
}, },
&jdshopapi.CreateSkuParamFeatures{ &jdshopapi.CreateSkuParamFeatures{
Key: "fdms", //分单? Key: "fdms", //分单?
Value: "0", Value: "1",
}, },
} }
updateWareParam.Features = features updateWareParam.Features = features