Authorization: Bearer ********************curl --location --request GET '/web/vehicle-operate-v2/v1.0/event/city-analyse?startTime=&endTime=&type' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"msg": "success",
"data": [
{
"type": "Alarm",
"nums": 821,
"city": "咸阳市",
"lng": "108.708837",
"lat": "34.329896"
},
{
"type": "Alarm",
"nums": 227,
"city": "金华市",
"lng": "119.647265",
"lat": "29.079195"
},
{
"type": "Alarm",
"nums": 178,
"city": "玉溪市",
"lng": "102.526673",
"lat": "24.346786"
},
{
"type": "Alarm",
"nums": 155,
"city": "未知",
"lng": null,
"lat": null
},
{
"type": "Alarm",
"nums": 126,
"city": "上海市",
"lng": "121.473667",
"lat": "31.230525"
},
{
"type": "0",
"nums": 60,
"city": "咸阳市",
"lng": "108.708837",
"lat": "34.329896"
},
{
"type": "DTC",
"nums": 24,
"city": "咸阳市",
"lng": "108.708837",
"lat": "34.329896"
},
{
"type": "1",
"nums": 6,
"city": "未知",
"lng": null,
"lat": null
},
{
"type": "6",
"nums": 6,
"city": "咸阳市",
"lng": "108.708837",
"lat": "34.329896"
},
{
"type": "0",
"nums": 2,
"city": "未知",
"lng": null,
"lat": null
},
{
"type": "1",
"nums": 1,
"city": "北京市",
"lng": "116.407387",
"lat": "39.904179"
},
{
"type": "1",
"nums": 1,
"city": "咸阳市",
"lng": "108.708837",
"lat": "34.329896"
},
{
"type": "1",
"nums": 1,
"city": "宝鸡市",
"lng": "107.237682",
"lat": "34.362862"
},
{
"type": "3",
"nums": 1,
"city": "咸阳市",
"lng": "108.708837",
"lat": "34.329896"
}
]
}