Authorization: Bearer ********************{
"fence": [
[
113.936594,
22.5303147
],
[
113.936557,
22.529932
],
[
113.937196,
22.530064
],
[
113.936981,
22.53037
],
[
113.936594,
22.5303147
]
]
}curl --location --request POST 'https://data-api.isjike.com/api/v1/signal/cell_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.53037
],
[
113.936594,
22.5303147
]
]
}'{
"response_id": "e74ff00c-a110-4bec-80ae-8d9236e5ea49",
"code": 200,
"message": "success",
"biz_code": 200,
"biz_message": "ok",
"data": {
"items": [
{
"cell_code": "460-00-600403-10016002049",
"operator": "中国移动",
"network_type": "NR",
"network_generation": "5G",
"heat": 36,
"pci": -1,
"earfcn": -1,
"longitude_wgs84": 106.664692,
"latitude_wgs84": 26.148893
}
]
}
}