查找京东商城用户关联的活跃门店

This commit is contained in:
苏尹岚
2019-11-28 08:49:53 +08:00
parent 5cf58c44b0
commit bbc9be5503
5 changed files with 153 additions and 2 deletions

View File

@@ -539,7 +539,7 @@ func updateWeiMobGoods(costPrice, salePrice float64, unit string, isCompare bool
} else {
outPutData := DataSuccess{
NameID: goodsDetail.OuterGoodsCode,
Name: goodsDetail.Title,
Name: newSkuTitle,
Unit: unit,
OrgPrice: goodsDetail.SkuMap.SingleSku.SalePrice,
NowPrice: salePrice,