# 车辆配置 Vehicle Config
# 车辆配置信息
出厂时的配置、车身颜色、轮胎等等
# GET /api/1/vehicles/{id}/data_request/vehicle_config
# Response
{
"response": {
"can_accept_navigation_requests": true,
"can_actuate_trunks": true,
"car_special_type": "base",
"car_type": "models2",
"charge_port_type": "US",
"ece_restrictions": false,
"eu_vehicle": false,
"exterior_color": "White",
"has_air_suspension": true,
"has_ludicrous_mode": false,
"motorized_charge_port": true,
"plg": true,
"rear_seat_heaters": 0,
"rear_seat_type": 0,
"rhd": false,
"roof_color": "None",
"seat_type": 2,
"spoiler_type": "None",
"sun_roof_installed": 2,
"third_row_seats": "None",
"timestamp": 1604977445448,
"trim_badging": "p90d",
"use_range_badging": false,
"wheel_type": "AeroTurbine19"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28