liukangdong
2025-03-06 b92ca63c89b74404c3684f18c734d83531a9dd3f
server/visits/dmvisit_service/src/main/java/com/doumee/core/haikang/model/HKTools.java
@@ -473,6 +473,22 @@
      return startDoPostStringArtemis(HKConstants.InterfacePath.visitOut,body);
   }
   /**
    *   iccm签离访客预约
    * @param body
    * @return
    */
   public static String iccmSignoff(String body) {
      return startDoPostStringArtemis(HKConstants.InterfacePath.iccmSignoff,body);
   }
   /**
    *   iccm取消访客预约
    * @param body
    * @return
    */
   public static String iccmCancelAppointment(String body) {
      return startDoPostStringArtemis(HKConstants.InterfacePath.iccmCancelAppointment,body);
   }
   /**
    *   访客权限组
    * @param body
    * @return
@@ -871,6 +887,15 @@
   public static String getFireDevStatusList(String body) {
      return startDoPostStringArtemis(HKConstants.InterfacePath.getFireDevStatusList,body);
   }
   /**
    * 分页查询设备的以及下属传感器数据的状态统计
    * @param body
    * @return
    */
   public static String findDeviceStatistics(String body) {
      return startDoPostStringArtemis(HKConstants.InterfacePath.findDeviceStatistics,body);
   }
   /**
    *消防看板-4报警信息统计
    * @param body