...
|
...
|
@@ -1932,6 +1932,7 @@ class Car extends Base |
|
|
//下单五分钟后五收取手续费
|
|
|
$create_time=$order['create_time'];
|
|
|
$newtime=time()-$create_time;
|
|
|
print_r($newtime);return;
|
|
|
try {
|
|
|
if($newtime<300){
|
|
|
// print_r([$create_time,$newtime]);
|
...
|
...
|
@@ -1963,7 +1964,7 @@ class Car extends Base |
|
|
}
|
|
|
}
|
|
|
$data=["rebook_fee"=>$rebook_fee];
|
|
|
$this->success("请求成功", $data);
|
|
|
$this->success("111请求成功", $data);
|
|
|
} catch (UploadException $e) {
|
|
|
$this->error($e->getMessage());
|
|
|
}
|
...
|
...
|
|