修改京东商城商品属性
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user