|
@@ -354,6 +354,7 @@ class Taxi extends ApiController
|
|
|
if (time() - $row['created_at'] < (60 * 10)) {
|
|
if (time() - $row['created_at'] < (60 * 10)) {
|
|
|
// return $this->ApiJson(-1, '10分钟内无法取消订单');
|
|
// return $this->ApiJson(-1, '10分钟内无法取消订单');
|
|
|
}
|
|
}
|
|
|
|
|
+ var_dump($row);
|
|
|
if ($row['status'] == 2 || $row['status'] == 3) {
|
|
if ($row['status'] == 2 || $row['status'] == 3) {
|
|
|
$config = Cache::get('system_config');
|
|
$config = Cache::get('system_config');
|
|
|
$total_price = $row->paylog['total_price'];
|
|
$total_price = $row->paylog['total_price'];
|