From e8163f9d19299773cf4b29d881749dfda7b4ef3a Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 12 四月 2024 12:12:05 +0800
Subject: [PATCH] mrshi
---
server/dmvisit_service/src/main/java/com/doumee/core/haikang/model/HKTools.java | 46 ++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 46 insertions(+), 0 deletions(-)
diff --git a/server/dmvisit_service/src/main/java/com/doumee/core/haikang/model/HKTools.java b/server/dmvisit_service/src/main/java/com/doumee/core/haikang/model/HKTools.java
index cf3b378..446c04c 100644
--- a/server/dmvisit_service/src/main/java/com/doumee/core/haikang/model/HKTools.java
+++ b/server/dmvisit_service/src/main/java/com/doumee/core/haikang/model/HKTools.java
@@ -684,5 +684,51 @@
saveInterfaceLog(body,result,path);
return result;
}
+ /**
+ * 鍋滆溅鍦鸿繃杞﹁褰曟煡璇�
+ * @param body
+ * @return
+ */
+ public static String parkCrossRecords(String body) {
+ Map<String, String> path = getPath(HKConstants.InterfacePath.parkCrossRecords);
+ 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 facePictureCheck(String body) {
+ Map<String, String> path = getPath(HKConstants.InterfacePath.facePictureCheck);
+ 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 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;
+ }
+
+ /**
+ * 鏌ヨ鍦哄唴杞﹀仠杞︿俊鎭�
+ * @param body
+ * @return
+ */
+ public static String tempCarInRecords(String body) {
+ Map<String, String> path = getPath(HKConstants.InterfacePath.tempCarInRecords);
+ String result = ArtemisHttpUtil.doPostStringArtemis(path, body, null, null, "application/json", null);// post璇锋眰application/json绫诲瀷鍙傛暟
+ saveInterfaceLog(body,result,path);
+ return result;
+ }
}
--
Gitblit v1.9.3