|
|
@@ -177,7 +177,8 @@ class Taxi extends ApiController
|
|
|
'depart'=> isset($datas['depart'])? $datas['depart'] : '',
|
|
|
'depart_point'=> isset($datas['depart_point'])? $datas['depart_point'] : '',
|
|
|
'arrive'=> isset($datas['arrive'])? $datas['arrive'] : '',
|
|
|
- 'arrive_point'=> isset($datas['arrive_point'])? $datas['arrive_point'] : '',
|
|
|
+ 'lat'=> isset($datas['lat'])? $datas['lat'] : 0,
|
|
|
+ 'lng'=> isset($datas['lng'])? $datas['lng'] : 0,
|
|
|
'km'=> isset($datas['km'])? $datas['km'] : '',
|
|
|
];
|
|
|
|
|
|
@@ -384,7 +385,7 @@ class Taxi extends ApiController
|
|
|
model('common/Users')->changePartnership(
|
|
|
$taxiUserId,
|
|
|
$cost_price,
|
|
|
- "取消成功,扣除用户金额到账【" . $cost_price . "】",
|
|
|
+ "取消订单,扣除金额到账【" . $cost_price . "】",
|
|
|
30,
|
|
|
true
|
|
|
);
|
|
|
@@ -402,7 +403,7 @@ class Taxi extends ApiController
|
|
|
model('common/Users')->changePartnership(
|
|
|
$taxiUserId,
|
|
|
$cost_price,
|
|
|
- "取消成功,扣除用户金额到账【" . $cost_price . "】",
|
|
|
+ "取消订单,扣除金额到账【" . $cost_price . "】",
|
|
|
30,
|
|
|
true
|
|
|
);
|
|
|
@@ -441,7 +442,7 @@ class Taxi extends ApiController
|
|
|
model('common/Users')->changePartnership(
|
|
|
$taxiUserId,
|
|
|
$cost_price,
|
|
|
- "取消成功,扣除用户金额到账【" . $cost_price . "】",
|
|
|
+ "取消订单,扣除金额到账【" . $cost_price . "】",
|
|
|
30,
|
|
|
true
|
|
|
);
|