正在显示
1 个修改的文件
包含
4 行增加
和
1 行删除
@@ -1143,7 +1143,6 @@ class Car extends Base | @@ -1143,7 +1143,6 @@ class Car extends Base | ||
1143 | $starting_point = $this->request->param("starting_point");//出发位置 | 1143 | $starting_point = $this->request->param("starting_point");//出发位置 |
1144 | $end_point = $this->request->param("end_point");//到达位置 | 1144 | $end_point = $this->request->param("end_point");//到达位置 |
1145 | $passengers = $this->request->param("passengers");//乘车人 | 1145 | $passengers = $this->request->param("passengers");//乘车人 |
1146 | - print_r($passengers);return; | ||
1147 | $specificaddress_id = $this->request->param("specificaddress_id");//区域id | 1146 | $specificaddress_id = $this->request->param("specificaddress_id");//区域id |
1148 | $lng = $this->request->param("lng");//维度 | 1147 | $lng = $this->request->param("lng");//维度 |
1149 | $number = $this->request->param("number");//乘车人数 | 1148 | $number = $this->request->param("number");//乘车人数 |
@@ -1263,6 +1262,10 @@ class Car extends Base | @@ -1263,6 +1262,10 @@ class Car extends Base | ||
1263 | $route_id = $this->request->param("route_id");//线路 | 1262 | $route_id = $this->request->param("route_id");//线路 |
1264 | $position = $this->request->param("position");//上车地址 | 1263 | $position = $this->request->param("position");//上车地址 |
1265 | $lat = $this->request->param("lat");//经度 | 1264 | $lat = $this->request->param("lat");//经度 |
1265 | + $starting_point = $this->request->param("starting_point");//出发位置 | ||
1266 | + $end_point = $this->request->param("end_point");//到达位置 | ||
1267 | + $passengers = $this->request->param("passengers");//乘车人 | ||
1268 | + print_r($passengers);return; | ||
1266 | $specificaddress_id = $this->request->param("specificaddress_id");//区域id | 1269 | $specificaddress_id = $this->request->param("specificaddress_id");//区域id |
1267 | $lng = $this->request->param("lng");//维度 | 1270 | $lng = $this->request->param("lng");//维度 |
1268 | $number = $this->request->param("number");//乘车人数 | 1271 | $number = $this->request->param("number");//乘车人数 |
-
请 注册 或 登录 后发表评论