diff --git a/OCH/mogo-och-taxi/src/main/res/raw/taxi_order.json b/OCH/mogo-och-taxi/src/main/res/raw/taxi_order.json index d182881984..e8d0819d3f 100644 --- a/OCH/mogo-och-taxi/src/main/res/raw/taxi_order.json +++ b/OCH/mogo-och-taxi/src/main/res/raw/taxi_order.json @@ -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 } \ No newline at end of file diff --git a/OCH/mogo-och-taxi/src/main/res/raw/taxi_order_state_update.json b/OCH/mogo-och-taxi/src/main/res/raw/taxi_order_state_update.json new file mode 100644 index 0000000000..9ee3d17f02 --- /dev/null +++ b/OCH/mogo-och-taxi/src/main/res/raw/taxi_order_state_update.json @@ -0,0 +1,10 @@ +{ + "endStation": "市政府前街18号", + "endStationId": "2.0", + "orderDispatchType": 7, + "orderNo": "CZ20210430000005", + "orderType": 9, + "startStation": "万集东门站", + "startStationId": "1.0", + "travelDistance": 0.6 +} \ No newline at end of file