fanli/src/main/java/com/yeshi/fanli/controller/wxmp/v1/GoodsController.java
@@ -515,7 +515,7 @@ CouponInfoVO couponInfo = goodsDetail.getCouponInfo(); PDDPromotionUrl convertUrl = null; if (couponInfo != null) { convertUrl = PinDuoDuoApiUtil.convert(id, PinDuoDuoApiUtil.PID_COUPON + "", null); convertUrl = PinDuoDuoApiUtil.convert(id, PinDuoDuoApiUtil.PID_COUPON + "", null,false); if (convertUrl != null) couponInfo.setLink(convertUrl.getUrl()); }