|  |  | 
 |  |  |      */ | 
 |  |  |     public void  sendMeetingBookTemplateNotice(SystemDictDataBiz systemDictDataBiz,Bookings bookings,String tempId, String token, Set<String> openIds){ | 
 |  |  |         if(CollectionUtils.isNotEmpty(openIds)){ | 
 |  |  |             String url = Constants.getWxUrl(systemDictDataBiz.queryByCode(Constants.PLATFORM,Constants.WX_REDIRECT_URL).getCode(), | 
 |  |  |             String jumpUrl = Constants.getWxUrl(systemDictDataBiz.queryByCode(Constants.PLATFORM,Constants.WX_REDIRECT_URL).getCode(), | 
 |  |  |                     Constants.WxUrlParams.MEETING,bookings.getId().toString()); | 
 |  |  |             String jumpUrl = systemDictDataBiz.queryByCode(Constants.PLATFORM,Constants.SIGN_IN_QRCODE_PREFIX).getCode().replace( "${param}", url); | 
 |  |  |  | 
 |  |  |             String postUrL = "https://api.weixin.qq.com/cgi-bin/message/template/send?access_token="+token; | 
 |  |  |             //整体参数map | 
 |  |  | 
 |  |  |      */ | 
 |  |  |     public void  sendMeetingBookCancelTemplateNotice(SystemDictDataBiz systemDictDataBiz,Bookings bookings, String tempId, String token, Set<String> openIds){ | 
 |  |  |         if(CollectionUtils.isNotEmpty(openIds)){ | 
 |  |  |             String url = Constants.getWxUrl(systemDictDataBiz.queryByCode(Constants.PLATFORM,Constants.WX_REDIRECT_URL).getCode(), | 
 |  |  |             String jumpUrl = Constants.getWxUrl(systemDictDataBiz.queryByCode(Constants.PLATFORM,Constants.WX_REDIRECT_URL).getCode(), | 
 |  |  |                     Constants.WxUrlParams.MEETING,bookings.getId().toString()); | 
 |  |  |             String jumpUrl = systemDictDataBiz.queryByCode(Constants.PLATFORM,Constants.SIGN_IN_QRCODE_PREFIX).getCode().replace( "${param}", url); | 
 |  |  |  | 
 |  |  |  | 
 |  |  |             String postUrL = "https://api.weixin.qq.com/cgi-bin/message/template/send?access_token="+token; |