| | |
| | | createTaoLijin(uid, goodsId, totalNum, relationId, acceptData, request, out); |
| | | return; |
| | | } else {// 普通分享创建 |
| | | if("猜你喜欢".equalsIgnoreCase(source)){ |
| | | out.print(JsonUtil.loadFalseResult(4, "暂不支持分享")); |
| | | return; |
| | | } |
| | | createCommonTaoBaoShare(acceptData.getPlatform(), acceptData.getVersion(), goodsId, inviteCode, uid, |
| | | needGoods, relationId, acceptData, out); |
| | | return; |
| | |
| | | |
| | | |
| | | ShareInfoVO shareInfo = new ShareInfoVO(); |
| | | shareInfo.setClickUrl(convertResult.getQrCode()); |
| | | shareInfo.setWxErCode(convertResult.getQrCode()); |
| | | shareInfo.setClickUrl(convertResult.getZlink()); |
| | | shareInfo.setWxErCode(convertResult.getZlink()); |
| | | shareInfo.setCommentTexts(new ArrayList<>()); |
| | | shareInfo.setRule(configService.getValue(ConfigKeyEnum.shareRuleLinkDY.getKey(), system)); |
| | | shareInfo.setPictUrl(goods.getCover()); |