增加了出租车的测试数据

This commit is contained in:
董宏宇
2021-04-30 11:10:29 +08:00
parent db38dadac5
commit 737b6bbf5c
2 changed files with 26 additions and 5 deletions

View File

@@ -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
}

View File

@@ -0,0 +1,10 @@
{
"endStation": "市政府前街18号",
"endStationId": "2.0",
"orderDispatchType": 7,
"orderNo": "CZ20210430000005",
"orderType": 9,
"startStation": "万集东门站",
"startStationId": "1.0",
"travelDistance": 0.6
}