type字段确定需要返回的信息all时,返回全部关联的信息Authorization: Bearer ********************{
"ip": "101.232.12.173",
"type": "all"
}curl --location --request POST 'https://data-api.isjike.com/api/v1/signal/ip_nearby_signals' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ip": "101.232.12.173",
"type": "all"
}'{
"response_id": "9d47010a-5b1c-4b6e-9863-5c4ad5be0593",
"code": 200,
"message": "success",
"biz_code": 200,
"biz_message": "ok",
"data": {
"wifi_list": [],
"cell_list": [
"460-11-7768587-31694960134"
]
}
}