yujian
2019-05-15 dff9fb704649978cfb6fb798732f15f2be2ce936
fanli/src/main/java/com/yeshi/fanli/controller/client/ShareController.java
@@ -685,6 +685,7 @@
            String url = String.format("http://%s%s?uid=%s&id=%s&appType=flq", configService.getH5Host(),
                  Constant.systemCommonConfig.getShareGoodsPagePath(), AESUtil.encrypt(uid + "", Constant.UIDAESKEY),
                  auctionId + "");
            String shortLink = HttpUtil.getShortLink(url);
            if (!StringUtil.isNullOrEmpty(shortLink)) {
               url = shortLink;
@@ -753,7 +754,7 @@
            ShareInfoDTO shareInfo = userShareGoodsRecordService.saveShareRecord(uid, 
                  ShareSourceTypeEnum.activity, title, listGoods);
            data.put("shareId", shareInfo.getShareId());
            data.put("clickUrl", shareInfo.getCodeUrl());
            data.put("clickUrl", shareInfo.getShareUrl());
            data.put("pictUrl", TbImgUtil.getTBSizeImg(picUrl, 500));
            // 帮助链接
            data.put("helpLink","http://apph5.yeshitv.com/apppage/all_help_content.html?id=148&from=singlemessage&isappinstalled=0");