增加了出租车的测试数据
This commit is contained in:
@@ -1,11 +1,22 @@
|
||||
{
|
||||
"drivingRoutes": [
|
||||
|
||||
{
|
||||
"lat": 40.197234,
|
||||
"lon": 116.74143,
|
||||
"siteId": "1.0",
|
||||
"siteName": "万集东门站"
|
||||
},
|
||||
{
|
||||
"lat": 40.1953113732,
|
||||
"lon": 116.729134342,
|
||||
"siteId": "2.0",
|
||||
"siteName": "市政府前街18号"
|
||||
}
|
||||
],
|
||||
"endStation": "第二十一站",
|
||||
"endStation": "市政府前街18号",
|
||||
"orderDispatchType": 1,
|
||||
"orderNo": "CZ20210427000016",
|
||||
"orderNo": "CZ20210430000005",
|
||||
"orderType": 9,
|
||||
"startStation": "0409第一站",
|
||||
"travelDistance": 0.3
|
||||
"startStation": "万集东门站",
|
||||
"travelDistance": 0.6
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"endStation": "市政府前街18号",
|
||||
"endStationId": "2.0",
|
||||
"orderDispatchType": 7,
|
||||
"orderNo": "CZ20210430000005",
|
||||
"orderType": 9,
|
||||
"startStation": "万集东门站",
|
||||
"startStationId": "1.0",
|
||||
"travelDistance": 0.6
|
||||
}
|
||||
Reference in New Issue
Block a user