admin
2020-01-08 3e236d3f70dc55de0357b5ae19e1e3dd1682374f
fanli/src/main/java/com/yeshi/fanli/controller/wxmp/v1/GoodsController.java
@@ -183,7 +183,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));
@@ -822,7 +822,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());