Sfoglia il codice sorgente

Wesmiler 人人车 初始化项目 0816

APPLE 3 anni fa
parent
commit
daf2c01090
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      application/api/controller/v1/Taxi.php

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

@@ -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'];