...
|
...
|
@@ -1143,7 +1143,6 @@ class Car extends Base |
|
|
$starting_point = $this->request->param("starting_point");//出发位置
|
|
|
$end_point = $this->request->param("end_point");//到达位置
|
|
|
$passengers = $this->request->param("passengers");//乘车人
|
|
|
print_r($passengers);return;
|
|
|
$specificaddress_id = $this->request->param("specificaddress_id");//区域id
|
|
|
$lng = $this->request->param("lng");//维度
|
|
|
$number = $this->request->param("number");//乘车人数
|
...
|
...
|
@@ -1263,6 +1262,10 @@ class Car extends Base |
|
|
$route_id = $this->request->param("route_id");//线路
|
|
|
$position = $this->request->param("position");//上车地址
|
|
|
$lat = $this->request->param("lat");//经度
|
|
|
$starting_point = $this->request->param("starting_point");//出发位置
|
|
|
$end_point = $this->request->param("end_point");//到达位置
|
|
|
$passengers = $this->request->param("passengers");//乘车人
|
|
|
print_r($passengers);return;
|
|
|
$specificaddress_id = $this->request->param("specificaddress_id");//区域id
|
|
|
$lng = $this->request->param("lng");//维度
|
|
|
$number = $this->request->param("number");//乘车人数
|
...
|
...
|
|