|
@@ -358,7 +358,7 @@ export function getLatestNotice() {
|
|
// 搜索物资
|
|
// 搜索物资
|
|
export function selectNearHorn(param) {
|
|
export function selectNearHorn(param) {
|
|
return request({
|
|
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'
|
|
method: 'get'
|
|
})
|
|
})
|
|
}
|
|
}
|