admin
2020-01-18 26f41e1a5c34a3e36c9e73c237e3643e707924ce
fanli/src/main/java/com/yeshi/fanli/controller/wxmp/v1/GoodsController.java
@@ -184,7 +184,7 @@
            if (StringUtil.isNullOrEmpty(swiper.getParams())) {
               params = JSONObject.fromObject(swiper.getParams());
            }
            swiper.setJumpDetail(JumpDetailUtil.getWXMPJumDetail(swiper.getJumpDetail(), params));
            swiper.setJumpDetail(JumpDetailUtil.getWXMPJumDetail(swiper.getJumpDetail()));
            swiper.setParams(null);
         }
         data.put("bannerList", JsonUtil.getApiCommonGson().toJson(picList));
@@ -477,7 +477,7 @@
      }
      
      GoodsDetailExtraVO extraVO = new GoodsDetailExtraVO();
      extraVO.setDetailUrl("http://apph5.yeshitv.com/apppage/goods_img_pdd.html?id=" + id);
      extraVO.setDetailUrl("http://apph5.banliapp.com/apppage/goods_img_pdd.html?id=" + id);
      
      String salesTip = pddGoods.getSalesTip();
      if (!StringUtil.isNullOrEmpty(salesTip)) {
@@ -823,7 +823,7 @@
      String scene = goodsType+"#"+goodsId+"#" + inviteCode;
      FileUploadResult uploadResult = null;
      if (type == 1) {
         String erCodeUrl = "https://wxmp.banliapp.com/goods?info="+ scene;
         String erCodeUrl = "https://wxmp.banliapp.com/goods?i="+ scene;
         uploadResult = qrCodeService.drawGoodsPoster(erCodeUrl, user.getPortrait(), goods);
      } else {
         String acessToken = WXUtil.getAcessToken(Constant.WXMP_APP_INFO.getAppId(), Constant.WXMP_APP_INFO.getAppSecret());