jiaosong
2023-12-08 30a14783481d100a6503a56c902b47182e542c93
server/dmvisit_service/src/main/java/com/doumee/core/haikang/model/HKTools.java
@@ -325,6 +325,17 @@
      return  result;
   }
   /**
    *   签离访客预约
    * @param body
    * @return
    */
   public static String visitOut(String body) {
      Map<String, String> path = getPath(HKConstants.InterfacePath.visitOut);
      String result = ArtemisHttpUtil.doPostStringArtemis(path, body, null, null, "application/json", null);// post请求application/json类型参数
      saveInterfaceLog(body,result,path);
      return  result;
   }
   /**
    *   访客权限组
    * @param body
    * @return