From b65171017a7b83620669cf9226397269c249a351 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 30 七月 2024 15:11:34 +0800
Subject: [PATCH] 修复bug
---
server/dmvisit_service/src/main/java/com/doumee/core/haikang/model/HKTools.java | 23 +++++++++++++++++++++++
1 files changed, 23 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 f6b12c8..fb5af07 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
@@ -621,6 +621,29 @@
saveInterfaceLog(body,result,path);
return result;
}
+
+ /**
+ * 鑾峰彇璁垮棰勭害璁板綍鍒楄〃
+ * @param body
+ * @return
+ */
+ public static String appointmentRecordsIccm(String body) {
+ Map<String, String> path = getPath(HKConstants.InterfacePath.appointmentRecordsIccm);
+ 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 appointmentEventQuery(String body) {
+ Map<String, String> path = getPath(HKConstants.InterfacePath.appointmentEventQuery);
+ String result = ArtemisHttpUtil.doPostStringArtemis(path, body, null, null, "application/json", null);// post璇锋眰application/json绫诲瀷鍙傛暟
+ saveInterfaceLog(body,result,path);
+ return result;
+ }
/**
* 鑾峰彇鍏ㄩ噺缁勭粐鍒楄〃
* @param body
--
Gitblit v1.9.3