Browse Source

Wesmiler 人人车 初始化项目 0816

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

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

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