script/mvcar/js/cars.json

18 lines
331 B
JSON

[
{
"plate": "京B67890",
"phone": "131-2222-2222",
"brand": "本田雅阁"
},
{
"plate": "沪C11111",
"phone": "132-3333-3333",
"brand": "大众帕萨特"
},
{
"plate": "浙D22222",
"phone": "133-4444-4444",
"brand": "奔驰E级"
}
]