Преглед на файлове

空间上传对外接口

DESKTOP-2K9OVK9\siwei преди 1 година
родител
ревизия
5def3d67ea
променени са 1 файла, в които са добавени 6 реда и са изтрити 0 реда
  1. 6 0
      onemap-api/onemap-api-system/src/main/java/com/onemap/system/api/RemoteFileService.java

+ 6 - 0
onemap-api/onemap-api-system/src/main/java/com/onemap/system/api/RemoteFileService.java

@@ -69,4 +69,10 @@ public interface RemoteFileService {
 
     @GetMapping("/upload/geom/query")
     RequestResult uploadGeomQuery(@RequestParam("id") String id, @RequestParam("isDetail") Integer isDetail);
+
+    @GetMapping("/upload/geom/v1/query")
+    RequestResult uploadGeomQueryV1(@RequestParam("id") String id, @RequestParam("isDetail") Integer isDetail);
+
+    @GetMapping("/upload/geom/v1/query/details")
+    RequestResult uploadGeomQueryV1(@RequestParam("id") String id);
 }