yujian
2019-11-11 fdb089cb8bee6099efcbd7b0ca2672c63cbb6784
fanli/src/main/java/com/yeshi/fanli/controller/client/v2/ConfigControllerV2.java
@@ -80,7 +80,6 @@
   @Resource
   private RedPackWinNewUserService redPackWinNewUserService;
   
   /**
    * s 首页配置信息
    * 
@@ -145,7 +144,6 @@
      out.print(JsonUtil.loadTrueResult(data));
   }
   /**
    * s 首页配置信息
    * 
@@ -182,6 +180,10 @@
            floatImgVO.setJumpDetail(jumpDetail);
            floatImgVO.setShowTime(floatAD.getShowMode());
            floatImgVO.setAccountLogin(floatAD.isJumpNeedLogin());
            if (floatAD.getPlaySound() != null)
               floatImgVO.setPlaySound(floatAD.getPlaySound());// 默认都播放音效
            else
               floatImgVO.setPlaySound(false);
            listVO.add(floatImgVO);
         }
      }
@@ -192,7 +194,6 @@
      // 领券帮助链接,1.5.2后生效
      String couponHelp = configService.get("taobao_coupon_help");
      data.put("couponHelpUrl", couponHelp);
      
      // 判断新老用户 显示热门功能按钮滑动
      UserActiveLog da = null;
@@ -211,7 +212,6 @@
            configService.getByVersion("hot_function_url", platform, Integer.parseInt(acceptData.getVersion())));
      out.print(JsonUtil.loadTrueResult(data));
   }
   
   /**
    * 消息中心弹框
@@ -316,7 +316,8 @@
         data.put("goodsDetail", false);// 不需要拦截商品详情
      }
//TODO 前端需要处理      
//      if (VersionUtil.greaterThan_2_0_2(acceptData.getPlatform(), acceptData.getVersion())) {
      // if (VersionUtil.greaterThan_2_0_2(acceptData.getPlatform(),
      // acceptData.getVersion())) {
//         JSONObject js = new JSONObject();
//         String jsStr = configService.get("url_extract_id");
//         String md5 = StringUtil.Md5(jsStr);