nidapeng
2024-03-28 6cedf495155901df7c96fbd51cd7bbc4b5e0bd5d
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;
   }
}