From 04bf59bbc3fad774c57a2ee5ebf07db24b476bf2 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期二, 17 十二月 2024 17:43:14 +0800 Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit --- server/visits/dmvisit_service/src/main/java/com/doumee/core/haikang/model/HKTools.java | 39 ++++++++++++++++++++++++++++++++++++--- 1 files changed, 36 insertions(+), 3 deletions(-) diff --git a/server/visits/dmvisit_service/src/main/java/com/doumee/core/haikang/model/HKTools.java b/server/visits/dmvisit_service/src/main/java/com/doumee/core/haikang/model/HKTools.java index dc5e088..aad1de4 100644 --- a/server/visits/dmvisit_service/src/main/java/com/doumee/core/haikang/model/HKTools.java +++ b/server/visits/dmvisit_service/src/main/java/com/doumee/core/haikang/model/HKTools.java @@ -312,6 +312,17 @@ public static String getTodoListPage(Map<String, String> body) throws Exception{ return startDoGetStringArtemis(HKConstants.InterfacePath.getTodoListPage,body); } + + /** + *娑堥槻鐪嬫澘-4娓╂箍搴︽暟鎹� + * @param body + * @return + */ + public static String temperatureHumidityDataStatistic(String body) { + return startDoPostStringArtemisAdmin(HKConstants.InterfacePath.temperatureHumidityDataStatistic,body); + } + + /** * 鑾峰彇闂ㄧ鐐瑰垪琛� * @param body @@ -387,6 +398,17 @@ saveInterfaceLog(body,result,path,pathStr[1]); return result; } + + + public static String startDoPostStringArtemisAdmin(String[] pathStr,String body){ + Map<String, String> path = getPath(pathStr[0]); + Map<String, String> header = new HashMap<>(); + header.put("userId", "admin"); + String result = ArtemisHttpUtil.doPostStringArtemis(path, body, null, null, "application/json", header);// post璇锋眰application/json绫诲瀷鍙傛暟 + saveInterfaceLog(body,result,path,pathStr[1]); + return result; + } + public static String startDoGetStringArtemis(String[] pathStr,Map<String,String> body ){ Map<String, String> path = getPath(pathStr[0]); Map<String, String> header = new HashMap<>(); @@ -409,15 +431,15 @@ String result = ArtemisHttpUtil.doPostStringArtemis(path, body, null, null, "application/json", header);// post璇锋眰application/json绫诲瀷鍙傛暟 saveInterfaceLog(body,result,path,pathStr[1]); return result; - } + + public static String startDoPostStringArtemis(String[] pathStr,Map<String, String> querys,Map<String, String> header,String body){ Map<String, String> path = getPath(pathStr[0]); header.put("tagId", UUID.randomUUID().toString().replace("-", "")); String result = ArtemisHttpUtil.doPostStringArtemis(path, body, querys, null, "application/json", header);// post璇锋眰application/json绫诲瀷鍙傛暟 saveInterfaceLog(body,result,path,pathStr[1]); return result; - } /** * 绛剧璁垮棰勭害 @@ -832,8 +854,9 @@ public static String findAlarmBaseDataStatistic(String body) { return startDoPostStringArtemis(HKConstants.InterfacePath.findAlarmBaseDataStatistic,body); } + /** - *瀹夐槻鐪嬫澘-- 鍒嗛〉鏌ヨ鏈鐞嗘姤璀︿俊鎭�6 + *瀹夐槻鐪嬫澘-- b * @param body * @return */ @@ -841,6 +864,16 @@ return startDoPostStringArtemis(HKConstants.InterfacePath.findHomeAlarmInfoPage,body); } /** + *淇濆瓨鐢ㄦ埛鍙妎penId缁戝畾淇℃伅寰俊鍏紬鍙� + * @param body + * @return + */ + public static String userOpenidSave(String body) { + Map<String,String> header = new HashMap<>(); + header.put("userId","admin"); + return startDoPostStringArtemis(HKConstants.InterfacePath.userOpenidSave,null,header,body); + } + /** *鍒嗛〉鏌ヨ璁惧鐩戞祴鍘嗗彶鏁版嵁 * @param body * @return -- Gitblit v1.9.3