|
@@ -48,11 +48,11 @@ export function findDataBaseInfoExtends(baseInfoId, categoryId) {
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-export const findByMapBounds = (maxlng, maxlat, minlng, minlat, dataType) => {
|
|
|
|
|
|
|
+export const findByMapBounds = (maxlng, maxlat, minlng, minlat, categoryId) => {
|
|
|
return request({
|
|
return request({
|
|
|
url: '/bz/data/info/findByMapBounds',
|
|
url: '/bz/data/info/findByMapBounds',
|
|
|
method: 'POST',
|
|
method: 'POST',
|
|
|
- params: { maxlng, maxlat, minlng, minlat, dataType }
|
|
|
|
|
|
|
+ params: { maxlng, maxlat, minlng, minlat, categoryId }
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|
|
|
|
|
|