正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -163,7 +163,7 @@ class Car extends Base | @@ -163,7 +163,7 @@ class Car extends Base | ||
| 163 | "order_no" => getOrderSn(), | 163 | "order_no" => getOrderSn(), |
| 164 | "price" => $price, | 164 | "price" => $price, |
| 165 | "reservation_time" => $reservation_time, | 165 | "reservation_time" => $reservation_time, |
| 166 | - "departure_time" => $reservation_time, | 166 | + "departure_time" => $departure_time, |
| 167 | "starting_point" => $starting_point,//未支付 | 167 | "starting_point" => $starting_point,//未支付 |
| 168 | "end_point" => $end_point,//未支付 | 168 | "end_point" => $end_point,//未支付 |
| 169 | "passengers" => $passengers,//未支付 | 169 | "passengers" => $passengers,//未支付 |
-
请 注册 或 登录 后发表评论