...
|
...
|
@@ -1833,10 +1833,11 @@ class Car extends Base |
|
|
]);
|
|
|
$this->success("请求成功");
|
|
|
}else {
|
|
|
print_r(222);return;
|
|
|
|
|
|
$refund_time=strtotime($refund_time);
|
|
|
$newrefund_time=$refund_time-time();
|
|
|
print_r($newrefund_time);return;
|
|
|
|
|
|
if($newrefund_time<0){
|
|
|
$this->error("该订单无法改签,时间过期");
|
|
|
}
|
...
|
...
|
|