nidapeng
2024-03-25 755b60c531999e9d3c0a94759a2a5e92f5e4ad4e
server/dmvisit_service/src/main/java/com/doumee/core/haikang/model/HKTools.java
@@ -695,5 +695,16 @@
      saveInterfaceLog(body,result,path);
      return  result;
   }
   /**
    *   停车场过车记录查询
    * @param body
    * @return
    */
   public static String facePictureCheck(String body) {
      Map<String, String> path = getPath(HKConstants.InterfacePath.facePictureCheck);
      String result = ArtemisHttpUtil.doPostStringArtemis(path, body, null, null, "application/json", null);// post请求application/json类型参数
      saveInterfaceLog(body,result,path);
      return  result;
   }
}