admin
2019-11-07 235a867e15a86c3666c3e57727a7d6bb828e08de
fanli/src/main/java/com/yeshi/fanli/controller/client/v2/ShareControllerV2.java
@@ -257,6 +257,14 @@
      try {
         ShareInfoVO shareInfo = new ShareInfoVO();
         // 测试
         List<String> commentTexts = new ArrayList<>();
         commentTexts.add("口令1");
         commentTexts.add("口令2口令口令淘口令口令口令淘口令");
         commentTexts.add("口令3");
         commentTexts.add("口令口令淘口令口令口令淘口令口令口令淘口令口令口令淘口令口令口令淘口令口令口令淘口令");
         shareInfo.setCommentTexts(commentTexts);
         shareInfo.setWxErCode("这是微信分享二维码内容");
         TaoBaoLink taoBaoLink = shareGoodsService.getTaoBaoLinkForShare(uid, goodsId, relationId);