@Test public void orderModifyNotiTest() throws TemplateException { ShholidayNotifyMessageAction noti = new ShholidayNotifyMessageAction(); noti.setShholidayNotifyFreeMarkerConfiguration(shholidayNotifyFreeMarkerConfiguration); noti.setMessageXML(getOrderModifyReq()); noti.executeNotify(); }
@Test public void orderstatusNotifyTest() throws TemplateException { ShholidayNotifyMessageAction noti = new ShholidayNotifyMessageAction(); noti.setShholidayNotifyFreeMarkerConfiguration(shholidayNotifyFreeMarkerConfiguration); noti.setMessageXML(getOrderStatusReq()); noti.setUnique("FMHOLIDAY"); noti.setUserId("A_interface_1"); noti.setPassword("interface"); noti.setExternalUserID("5082"); noti.setExternalUserName("接口测试"); noti.executeNotify(); }