王通 1 سال پیش
والد
کامیت
3a0b4c82a2
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/api/forest.js

+ 1 - 1
src/api/forest.js

@@ -358,7 +358,7 @@ export function getLatestNotice() {
 // 搜索物资
 export function selectNearHorn(param) {
   return request({
-    url:`/center-monitor/broadcast/selectNearHorn/${param.type}/${param.type}/${param.type}/${param.type}`,
+    url:`/center-monitor/broadcast/selectNearHorn/${param.longitude}/${param.latitude}/${param.radius}/${param.type}`,
     method: 'get'
   })
 }