...
|
...
|
@@ -1863,6 +1863,9 @@ class Car extends Base |
|
|
"reservation_time" => $reservation_time,
|
|
|
"create_time"=>time()
|
|
|
]);
|
|
|
if($rebook_fee>0){
|
|
|
|
|
|
|
|
|
$neworder=Db::name("order")->where("id", $id)->find();
|
|
|
$userinfo = Db::name('user')
|
|
|
->where(['id' => $this->auth->id])
|
...
|
...
|
@@ -1879,6 +1882,8 @@ class Car extends Base |
|
|
];
|
|
|
$f = \addons\epay\library\Service::submitOrder($params);
|
|
|
$this->success("请求成功", $f);
|
|
|
}else{
|
|
|
$this->success("改签成功");
|
|
|
}
|
|
|
}
|
|
|
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|