...
|
...
|
@@ -1055,7 +1055,7 @@ class Store extends Api |
|
|
{
|
|
|
$param = (new StoreValidate())->goCheck('deposit_order');
|
|
|
$store = $this->get_store();
|
|
|
$deposit = $this->deposit_model->findOrFail(['id'=>$param['depost_id']]);
|
|
|
$deposit = $this->deposit_model->findOrFail(['id'=>$param['deposit_id']]);
|
|
|
$order_sn = $param['order_sn'] = get_order_sn();
|
|
|
$pay_data = [];
|
|
|
if($this->auth->end_time > time()) {
|
...
|
...
|
|