Browse Source

水下地形 水深点查询接口更新

sbj 1 year ago
parent
commit
f9dd68df68
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/apis/hdsj.js

+ 1 - 1
src/apis/hdsj.js

@@ -81,7 +81,7 @@ export function GetWhss() {
 
 export function GetHpjDepthPoints(data) {
   return request({
-    url: '/DigitalTwin/GetHpjDepthPoints',
+    url: '/DigitalTwin/GetHpjDepthPointsByExtent',
     method: "post",
     data: data
   })