圆形围栏或多边形围栏查询该区域近期内的 WiFi 信息Authorization: Bearer ********************{
"fence": [
[
113.936594,
22.5303147
],
[
113.936557,
22.529932
],
[
113.937196,
22.530064
],
[
113.936981,
22.530371
],
[
113.936594,
22.5303147
]
]
}curl --location --request POST 'https://data-api.isjike.com/api/v1/signal/ap_location_geo' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"fence": [
[
113.936594,
22.5303147
],
[
113.936557,
22.529932
],
[
113.937196,
22.530064
],
[
113.936981,
22.530371
],
[
113.936594,
22.5303147
]
]
}'{
"response_id": "7b0337ab-04f5-4672-8953-17c8d21bc9e8",
"code": 200,
"message": "success",
"biz_code": 200,
"biz_message": "ok",
"data": {
"items": [
{
"ssid": "Ezrd",
"bssid": "04:95:e6:b8:d9:e5",
"ap_code": "d08a08bf9fae7138f638f056e9e7af3e",
"spotr_rate": 0.98,
"longitude_wgs84": 113.932184,
"latitude_wgs84": 22.527165,
"update_time": 1741395231501,
"first_report_time": 1700475624320,
"last_report_time": 1741395231799
}
]
}
}