Browse Source

Wesmiler 人人车 初始化项目 0816

APPLE 3 years ago
parent
commit
a62872fe0b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/api/controller/v1/Taxi.php

+ 1 - 0
application/api/controller/v1/Taxi.php

@@ -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分钟内无法取消订单');