| | |
| | | data.put("coupon", hasCoupon);
|
| | | data.put("couponAmount", discount);
|
| | | data.put("couponPrice", JDUtil.getQuanPrice(jdGoods));
|
| | | data.put("helpLink", configService.get("jd_share_h5_help_link"));
|
| | | data.put("helpLink", configService.getValue("jd_share_h5_help_link",acceptData.getSystem()));
|
| | | data.put("jumpLink", jumpLink);
|
| | | JsonUtil.printMode(out, callback, JsonUtil.loadTrueResult(data));
|
| | |
|
| | |
| | | data.put("coupon", hasCoupon);
|
| | | data.put("couponAmount", amount);
|
| | | data.put("couponPrice", PinDuoDuoUtil.getQuanPrice(pddGoods));
|
| | | data.put("helpLink", configService.get("pdd_share_h5_help_link"));
|
| | | data.put("helpLink", configService.getValue("pdd_share_h5_help_link",acceptData.getSystem()));
|
| | | data.put("jumpLink", jumpLink);
|
| | | JsonUtil.printMode(out, callback, JsonUtil.loadTrueResult(data));
|
| | |
|