作者 Cool

充值接口调整

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