Jelajahi Sumber

Wesmiler 人人车 初始化项目 0816

APPLE 3 tahun lalu
induk
melakukan
465182a6a2
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      application/api/controller/v1/Taxi.php

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

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