cell_codelac+cilaccicell_codeAuthorization: Bearer ********************{
"ci": "31695029454"
}curl --location --request POST 'https://data-api.isjike.com/api/v1/signal/cell_location' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ci": "31695029454"
}'{
"response_id": "cca7df0c-b51b-44cd-83bd-7446b415a14c",
"code": 200,
"message": "success",
"biz_code": 200,
"biz_message": "ok",
"data": {
"items": [
{
"cell_code": "460-00-600118-10008088586",
"operator": "中国移动",
"network_type": "NR",
"network_generation": "5G",
"heat": 6,
"pci": -1,
"earfcn": -1,
"longitude_wgs84": 106.679837,
"latitude_wgs84": 26.571371
}
]
}
}