...
|
...
|
@@ -163,7 +163,7 @@ class Car extends Base |
|
|
"order_no" => getOrderSn(),
|
|
|
"price" => $price,
|
|
|
"reservation_time" => $reservation_time,
|
|
|
"departure_time" => $reservation_time,
|
|
|
"departure_time" => $departure_time,
|
|
|
"starting_point" => $starting_point,//未支付
|
|
|
"end_point" => $end_point,//未支付
|
|
|
"passengers" => $passengers,//未支付
|
...
|
...
|
|