nidapeng
2024-04-10 6c5d0a4a9264b7508c7ffe81b45ba239cabf2244
server/dmvisit_service/src/main/java/com/doumee/core/haikang/model/HKTools.java
@@ -719,4 +719,16 @@
      return  result;
   }
   /**
    * 查询场内车停车信息
    * @param body
    * @return
    */
   public static String tempCarInRecords(String body) {
      Map<String, String> path = getPath(HKConstants.InterfacePath.tempCarInRecords);
      String result = ArtemisHttpUtil.doPostStringArtemis(path, body, null, null, "application/json", null);// post请求application/json类型参数
      saveInterfaceLog(body,result,path);
      return  result;
   }
}