jiaosong
2023-12-08 36baabb9fc5f74a22f798651d33fa8c0ff32a1ce
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