Administrator
2020-02-18 616b119c283147deef21fbc519291221ba4897b1
fanli/src/main/java/com/yeshi/fanli/controller/wxmp/v1/UserMsgController.java
@@ -150,7 +150,7 @@
            
            commonMsgList.add(new UserCommonMsgVO(zhuShouMsg.getIcon(), zhuShouMsg.getTitle(),
                  zhuShouMsg.getUpdateTime(), UserCommonMsgVO.TYPE_ZHUSHOU, zhuShouMsg.getContent(), read,
                  wxmpJumDetail, null, 0));
                  wxmpJumDetail, zhuShouMsg.getParams(), 0));
            
            
         }
@@ -247,7 +247,7 @@
            
            // TODO 跳转地址 
            JSONObject params = new JSONObject();
            params.put("url", "http://apph5.yeshitv.com/special/1.0.9/jingXuanN_9.html?type=9_9");
            params.put("url", "http://apph5.banliapp.com/special/1.0.9/jingXuanN_9.html?type=9_9");
            JumpDetailV2 wxmpJumDetail = JumpDetailUtil.getWXMPJumDetail(jumpDetailV2Service.getByTypeCache("web"));
            userSystemMsgVO.setJumpDetail(wxmpJumDetail);