| | |
| | | return startDoPostStringArtemis(HKConstants.InterfacePath.visitAppiontment,body); |
| | | } |
| | | /** |
| | | * 访客预约 |
| | | * @param body |
| | | * @return |
| | | */ |
| | | public static String iccmAppointment(String body) { |
| | | return startDoPostStringArtemis(HKConstants.InterfacePath.iccmAppointment,body); |
| | | } |
| | | /** |
| | | * 访客免登记预约 |
| | | * @param body |
| | | * @return |
| | | */ |
| | | public static String iccmAppointmentMDJ(String body) { |
| | | return startDoPostStringArtemis(HKConstants.InterfacePath.iccmAppointmentMDJ,body); |
| | | } |
| | | /** |
| | | * 访客免登记预约 |
| | | * @param body |
| | | * @return |
| | |
| | | public static String appointmentRecords(String body) { |
| | | return startDoPostStringArtemis(HKConstants.InterfacePath.appointmentRecords,body); |
| | | } |
| | | |
| | | /** |
| | | * 获取访客预约记录列表 iccm |
| | | * @param body |
| | | * @return |
| | | */ |
| | | public static String iccmAppointmentRecords(String body) { |
| | | return startDoPostStringArtemis(HKConstants.InterfacePath.iccmAppointmentRecords,body); |
| | | } |
| | | /** |
| | | * 获取全量组织列表 |
| | | * @param body |