server/dmvisit_service/src/main/java/com/doumee/core/haikang/model/HKTools.java
@@ -290,6 +290,16 @@ String result = ArtemisHttpUtil.doPostStringArtemis(path, body, null, null, "application/json", null);// post请求application/json类型参数 return result; } /** * 事件订阅 * @param body * @return */ public static String eventSub(String body) { Map<String, String> path = getPath(HKConstants.InterfacePath.eventSub); String result = ArtemisHttpUtil.doPostStringArtemis(path, body, null, null, "application/json", null);// post请求application/json类型参数 return result; }