...
|
...
|
@@ -1314,6 +1314,9 @@ class Car extends Base |
|
|
$data = [
|
|
|
"order_no" => getOrderSn(),
|
|
|
"price" => $price,
|
|
|
"starting_point" => $starting_point,
|
|
|
"end_point" => $end_point,
|
|
|
"passengers" => $passengers,
|
|
|
"position" => $position,
|
|
|
"driver_id" => $driver['id'],
|
|
|
"is_qrcode" => $is_qrcode,
|
...
|
...
|
@@ -1337,6 +1340,9 @@ class Car extends Base |
|
|
"order_no" => getOrderSn(),
|
|
|
"price" => $price,
|
|
|
"position" => $position,
|
|
|
"starting_point" => $starting_point,
|
|
|
"end_point" => $end_point,
|
|
|
"passengers" => $passengers,
|
|
|
"is_qrcode" => $is_qrcode,
|
|
|
"specificaddress_id" => $specificaddress_id,
|
|
|
"reservation_time" => $reservation_time,
|
...
|
...
|
|