| | |
| | | params.put("orderHideNo", UserUtil.filterOrderId(detail.getOrderId())); |
| | | |
| | | JumpDetailV2 wxmpJumDetail = JumpDetailUtil |
| | | .getWXMPJumDetail(jumpDetailV2Service.getByTypeCache("order_search")); |
| | | .getWXMPJumDetail(jumpDetailV2Service.getByTypeCache("order_search",acceptData.getSystem())); |
| | | |
| | | UserMsgVO userMsgVO = UserMsgVOFactory.create(detail, wxmpJumDetail, params); |
| | | userMsgVO.setType(MSG_TYPE_ORDER); |
| | |
| | | // TODO 跳转地址 |
| | | JSONObject params = new JSONObject(); |
| | | params.put("url", "http://apph5.banliapp.com/special/1.0.9/jingXuanN_9.html?type=9_9"); |
| | | JumpDetailV2 wxmpJumDetail = JumpDetailUtil.getWXMPJumDetail(jumpDetailV2Service.getByTypeCache("web")); |
| | | JumpDetailV2 wxmpJumDetail = JumpDetailUtil.getWXMPJumDetail(jumpDetailV2Service.getByTypeCache("web",acceptData.getSystem())); |
| | | userSystemMsgVO.setJumpDetail(wxmpJumDetail); |
| | | |
| | | root.put("systemMsg", userSystemMsgVO); |