nidapeng
2024-03-28 d16520069e7a89b5ac0d13d0c8ba4e30af023279
server/dmvisit_service/src/main/java/com/doumee/core/haikang/model/HKTools.java
@@ -707,4 +707,16 @@
      return  result;
   }
   /**
    * 获取门禁设备在线状态
    * @param body
    * @return
    */
   public static String acsDeviceStatus(String body) {
      Map<String, String> path = getPath(HKConstants.InterfacePath.acsDeviceStatus);
      String result = ArtemisHttpUtil.doPostStringArtemis(path, body, null, null, "application/json", null);// post请求application/json类型参数
      saveInterfaceLog(body,result,path);
      return  result;
   }
}