admin
2019-08-07 b7a7c009d04b8b2b4aec81a4174e2ce83e478f1a
fanli/src/main/java/com/yeshi/fanli/controller/h5/H5RecommendController.java
@@ -460,7 +460,7 @@
      }
      
      String materialId = "https://item.jd.com/" + id + ".html";
      String jumpLink = JDApiUtil.convertLink(materialId, couponUrl, JDApiUtil.POSITION_SHARE + "", uid);
      String jumpLink = JDApiUtil.convertShortLink(materialId, couponUrl, JDApiUtil.POSITION_SHARE + "", uid);
      
      int priceType = 1;
      BigDecimal price = jdGoods.getPrice();;
@@ -549,7 +549,7 @@
         hasCoupon = false;
      }
      
      String jumpLink = PinDuoDuoApiUtil.convert(id, PinDuoDuoApiUtil.PID_SHARE + "", uid);
      String jumpLink = PinDuoDuoApiUtil.getPromotionUrl(id, PinDuoDuoApiUtil.PID_SHARE + "", uid);
      
      JSONObject data = new JSONObject();
      data.put("imgs", imageList);