| | |
| | | saveInterfaceLog(body,result,path); |
| | | return result; |
| | | } |
| | | |
| | | /** |
| | | * 获取访客预约记录列表 |
| | | * @param body |
| | | * @return |
| | | */ |
| | | public static String appointmentRecordsIccm(String body) { |
| | | Map<String, String> path = getPath(HKConstants.InterfacePath.appointmentRecordsIccm); |
| | | String result = ArtemisHttpUtil.doPostStringArtemis(path, body, null, null, "application/json", null);// post请求application/json类型参数 |
| | | saveInterfaceLog(body,result,path); |
| | | return result; |
| | | } |
| | | /** |
| | | * 获取访客进出场事件查询分页 |
| | | * @param body |
| | | * @return |
| | | */ |
| | | public static String appointmentEventQuery(String body) { |
| | | Map<String, String> path = getPath(HKConstants.InterfacePath.appointmentEventQuery); |
| | | String result = ArtemisHttpUtil.doPostStringArtemis(path, body, null, null, "application/json", null);// post请求application/json类型参数 |
| | | saveInterfaceLog(body,result,path); |
| | | return result; |
| | | } |
| | | /** |
| | | * 获取全量组织列表 |
| | | * @param body |