jiangping
2024-07-30 eea92f23bf8ead897f346ae6ccc8603ac039e566
server/dmvisit_service/src/main/java/com/doumee/core/haikang/model/HKTools.java
@@ -621,6 +621,29 @@
      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