From 737b6bbf5cd1e434b8dd3b1a43909bdc4e86c1d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=AE=8F=E5=AE=87?= Date: Fri, 30 Apr 2021 11:10:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=86=E5=87=BA=E7=A7=9F?= =?UTF-8?q?=E8=BD=A6=E7=9A=84=E6=B5=8B=E8=AF=95=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/res/raw/taxi_order.json | 21 ++++++++++++++----- .../main/res/raw/taxi_order_state_update.json | 10 +++++++++ 2 files changed, 26 insertions(+), 5 deletions(-) create mode 100644 OCH/mogo-och-taxi/src/main/res/raw/taxi_order_state_update.json 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