正在显示
1 个修改的文件
包含
6 行增加
和
0 行删除
| @@ -1314,6 +1314,9 @@ class Car extends Base | @@ -1314,6 +1314,9 @@ class Car extends Base | ||
| 1314 | $data = [ | 1314 | $data = [ |
| 1315 | "order_no" => getOrderSn(), | 1315 | "order_no" => getOrderSn(), |
| 1316 | "price" => $price, | 1316 | "price" => $price, |
| 1317 | + "starting_point" => $starting_point, | ||
| 1318 | + "end_point" => $end_point, | ||
| 1319 | + "passengers" => $passengers, | ||
| 1317 | "position" => $position, | 1320 | "position" => $position, |
| 1318 | "driver_id" => $driver['id'], | 1321 | "driver_id" => $driver['id'], |
| 1319 | "is_qrcode" => $is_qrcode, | 1322 | "is_qrcode" => $is_qrcode, |
| @@ -1337,6 +1340,9 @@ class Car extends Base | @@ -1337,6 +1340,9 @@ class Car extends Base | ||
| 1337 | "order_no" => getOrderSn(), | 1340 | "order_no" => getOrderSn(), |
| 1338 | "price" => $price, | 1341 | "price" => $price, |
| 1339 | "position" => $position, | 1342 | "position" => $position, |
| 1343 | + "starting_point" => $starting_point, | ||
| 1344 | + "end_point" => $end_point, | ||
| 1345 | + "passengers" => $passengers, | ||
| 1340 | "is_qrcode" => $is_qrcode, | 1346 | "is_qrcode" => $is_qrcode, |
| 1341 | "specificaddress_id" => $specificaddress_id, | 1347 | "specificaddress_id" => $specificaddress_id, |
| 1342 | "reservation_time" => $reservation_time, | 1348 | "reservation_time" => $reservation_time, |
-
请 注册 或 登录 后发表评论