...
|
...
|
@@ -1265,7 +1265,7 @@ class Car extends Base |
|
|
$starting_point = $this->request->param("starting_point");//出发位置
|
|
|
$end_point = $this->request->param("end_point");//到达位置
|
|
|
$passengers = $this->request->param("passengers");//乘车人
|
|
|
var_dump($passengers);return;
|
|
|
print_r($passengers);return;
|
|
|
$specificaddress_id = $this->request->param("specificaddress_id");//区域id
|
|
|
$lng = $this->request->param("lng");//维度
|
|
|
$number = $this->request->param("number");//乘车人数
|
...
|
...
|
|