|
@@ -349,6 +349,7 @@ class Taxi extends ApiController
|
|
|
->find($param['id']);
|
|
->find($param['id']);
|
|
|
$user = $this->auth->user();
|
|
$user = $this->auth->user();
|
|
|
|
|
|
|
|
|
|
+ var_dump($row);
|
|
|
if ($row) {
|
|
if ($row) {
|
|
|
if (time() - $row['created_at'] < (60 * 10)) {
|
|
if (time() - $row['created_at'] < (60 * 10)) {
|
|
|
// return $this->ApiJson(-1, '10分钟内无法取消订单');
|
|
// return $this->ApiJson(-1, '10分钟内无法取消订单');
|