admin
2019-06-27 534e0d10fdedf5fdaba6f63c99605520314a97d4
fanli/src/main/java/com/yeshi/fanli/controller/client/v1/RecommendController.java
@@ -258,9 +258,6 @@
   @Resource
   private UserTaoLiJinRecordService userTaoLiJinRecordService;
   @Resource
   private RecommendGoodsDeleteHistoryService recommendGoodsDeleteHistoryService;
@@ -2061,8 +2058,7 @@
               redisManager.saveCommonTaoToken(tb.getAuctionId(), token);
            }
         }
         // 测试
         if (!Constant.IS_TEST)
         if (!VersionUtil.greaterThan_1_5_60(acceptData.getPlatform(), acceptData.getVersion()))
            tb.setCouponLinkTaoToken(token);
         // 服务端转链
@@ -2080,8 +2076,9 @@
               + tb.getCouponEffectiveEndTime().replace("-", "."));
         // 券的口令
         // 测试
         if (!Constant.IS_TEST)
         if (VersionUtil.greaterThan_1_5_60(acceptData.getPlatform(), acceptData.getVersion()))
            couponInfo.put("couponToken", "");
         else
            couponInfo.put("couponToken", token);
         goodsJson.put("couponInfo", couponInfo);
@@ -2165,7 +2162,6 @@
      String noRebateHelpLink = null;
      
      // 商品链接
      String h5Url = String.format("http://%s%s?id=%s&appType=flq", configService.getH5Host(),
            Constant.systemCommonConfig.getShareGoodsPagePath(), tb.getAuctionId() + "");
@@ -2243,6 +2239,16 @@
         }
         
         noRebateHelpLink = configTaoLiJinService.getValueByKey("share_goods_help_link");
         if (Constant.IS_TEST) {
            fanliValid = true;
            goodsJson.put("shareValid", false);
            JSONObject tljNum = new JSONObject();
            tljNum.put("percent", "80");
            tljNum.put("num", "8825");
            goodsJson.put("tljNum", tljNum);
         }
      }
         
      goodsJson.put("moneyType", moneyType);
@@ -2254,7 +2260,6 @@
      } else {
         data.put("noRebateHelpLink", configService.get("no_rebate_help_link"));
      }
      
      // 取消分享活动
      // if (!StringUtil.isNullOrEmpty(uid)
@@ -2499,7 +2504,6 @@
               jumpDetail.setNeedLogin(special.isJumpLogin());
               special.setJumpDetail(jumpDetail);
            }
            
            String name = special.getName();
            if (StringUtil.isNullOrEmpty(name)) {