k94314517
2024-09-26 a8c8e4281c0298ce9a946b1d65166a2fe438ce1c
server/visits/dmvisit_service/src/main/java/com/doumee/core/haikang/model/HKTools.java
@@ -593,24 +593,24 @@
    * @param body
    * @return
    */
   public static String fireDeviceStatusSearch(Map<String,String> body) {
      return startDoGetStringArtemis(HKConstants.InterfacePath.fireDeviceStatusSearch,body);
   public static String fireDeviceStatusSearch(String body) {
      return startDoPostStringArtemis(HKConstants.InterfacePath.fireDeviceStatusSearch,body);
   }
   /**
    *   分页查询消防传感器部件状态
    * @param body
    * @return
    */
   public static String sensorStatusSearch(Map<String,String> body) {
      return startDoGetStringArtemis(HKConstants.InterfacePath.sensorStatusSearch,body);
   public static String sensorStatusSearch(String body) {
      return startDoPostStringArtemis(HKConstants.InterfacePath.sensorStatusSearch,body);
   }
   /**
    *   询消防设备列表
    * @param body
    * @return
    */
   public static String fireChannelSearch(Map<String,String> body) {
      return startDoGetStringArtemis(HKConstants.InterfacePath.fireChannelSearch,body);
   public static String fireChannelSearch(String body) {
      return startDoPostStringArtemis(HKConstants.InterfacePath.fireChannelSearch,body);
   }
   /**
@@ -618,8 +618,8 @@
    * @param body
    * @return
    */
   public static String fireDeviceSearch(Map<String,String> body) {
      return startDoGetStringArtemis(HKConstants.InterfacePath.fireDeviceSearch,body);
   public static String fireDeviceSearch(String body) {
      return startDoPostStringArtemis(HKConstants.InterfacePath.fireDeviceSearch,body);
   }
   /**
    *   获取全量用户列表