From 5965a68eb95797f5527f12ef59925e262e410cc5 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期三, 09 十月 2019 09:30:12 +0800
Subject: [PATCH] 使用奖励返利券最高返跳转修改

---
 fanli/src/main/java/com/yeshi/fanli/controller/client/v2/GoodsControllerV2.java |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/controller/client/v2/GoodsControllerV2.java b/fanli/src/main/java/com/yeshi/fanli/controller/client/v2/GoodsControllerV2.java
index 18e5ae5..414a344 100644
--- a/fanli/src/main/java/com/yeshi/fanli/controller/client/v2/GoodsControllerV2.java
+++ b/fanli/src/main/java/com/yeshi/fanli/controller/client/v2/GoodsControllerV2.java
@@ -539,9 +539,9 @@
 		} else {// 鏅�氳喘涔�
 			OtherInfo otherInfo = new OtherInfo();
 			RewardCouponVO rewardCoupon = new RewardCouponVO();
-			rewardCoupon.setJumpDetail(jumpDetailV2Service.getByTypeCache("integralExchange"));
+			rewardCoupon.setJumpDetail(jumpDetailV2Service.getByTypeCache("web"));
 			JSONObject params1=new JSONObject();
-			params1.put("balanceMore", true);
+			params1.put("url", configService.get("special_guide_reward_coupon_link"));
 			rewardCoupon.setParams(params1.toString());
 			rewardCoupon.setMaxMoney("楼" +TaoBaoUtil.getGoodsHongBaoMoney(goods, fanLiRate).add( MoneyBigDecimalUtil.mul(TaoBaoUtil.getGoodsHongBaoMoney(goods, fanLiRate),
 					Constant.MAX_REWARD_RATE)));
@@ -631,9 +631,9 @@
 		// 闄勫姞淇℃伅
 		OtherInfo otherInfo = new OtherInfo();
 		RewardCouponVO rewardCoupon = new RewardCouponVO();
-		rewardCoupon.setJumpDetail(jumpDetailV2Service.getByTypeCache("integralExchange"));
+		rewardCoupon.setJumpDetail(jumpDetailV2Service.getByTypeCache("web"));
 		JSONObject params1=new JSONObject();
-		params1.put("balanceMore", true);
+		params1.put("url", configService.get("special_guide_reward_coupon_link"));
 		rewardCoupon.setParams(params1.toString());
 		rewardCoupon.setMaxMoney(
 				"楼" +JDUtil.getGoodsFanLiMoney(jdGoods, fanLiRate).add( MoneyBigDecimalUtil.mul(JDUtil.getGoodsFanLiMoney(jdGoods, fanLiRate), Constant.MAX_REWARD_RATE)));
@@ -779,9 +779,9 @@
 		// 闄勫姞淇℃伅
 		OtherInfo otherInfo = new OtherInfo();
 		RewardCouponVO rewardCoupon = new RewardCouponVO();
-		rewardCoupon.setJumpDetail(jumpDetailV2Service.getByTypeCache("integralExchange"));
+		rewardCoupon.setJumpDetail(jumpDetailV2Service.getByTypeCache("web"));
 		JSONObject params1=new JSONObject();
-		params1.put("balanceMore", true);
+		params1.put("url", configService.get("special_guide_reward_coupon_link"));
 		rewardCoupon.setParams(params1.toString());
 		rewardCoupon.setMaxMoney("楼" +PinDuoDuoUtil.getGoodsFanLiMoney(pddGoods, fanLiRate).add(MoneyBigDecimalUtil.mul(PinDuoDuoUtil.getGoodsFanLiMoney(pddGoods, fanLiRate),
 				Constant.MAX_REWARD_RATE)));

--
Gitblit v1.8.0