正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -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()) { |
-
请 注册 或 登录 后发表评论