多链接礼金第一版
This commit is contained in:
@@ -1231,7 +1231,7 @@ public class JDUtil {
|
||||
itemMap.put("shopId", String.valueOf(productInfo.getData()[0].getShopInfo().getShopId()));
|
||||
itemMap.put("shopName", productInfo.getData()[0].getShopInfo().getShopName());
|
||||
itemMap.put("skuName", productInfo.getData()[0].getSkuName());
|
||||
String replaceAll = itemMap.get("skuName").replaceAll("以旧", "").replaceAll("政府", "").replaceAll("换新", "").replaceAll("领取", "").replaceAll("国家", "").replaceAll("补贴", "").replaceAll("15%", "").replaceAll("20%", "");
|
||||
String replaceAll = itemMap.get("skuName").replaceAll("以旧", "").replaceAll("政府", "").replaceAll("换新", "").replaceAll("领取", "").replaceAll("国家", "").replaceAll("补贴", "").replaceAll("15%", "").replaceAll("20%", "").replaceAll("国补", "").replaceAll("立减", "").replaceAll();
|
||||
itemMap.put("spuid", String.valueOf(productInfo.getData()[0].getSpuid()));
|
||||
itemMap.put("commission", String.valueOf(productInfo.getData()[0].getCommissionInfo().getCommission()));
|
||||
itemMap.put("commissionShare", String.valueOf(productInfo.getData()[0].getCommissionInfo().getCommissionShare()));
|
||||
|
||||
Reference in New Issue
Block a user