正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -220,7 +220,7 @@ class Cart extends Api | @@ -220,7 +220,7 @@ class Cart extends Api | ||
220 | */ | 220 | */ |
221 | public function pay() | 221 | public function pay() |
222 | { | 222 | { |
223 | - $data = $this->request->post(); | 223 | + $data = $this->request->param(); |
224 | empty($data['cart_ids']) && $this->error(__('参数【cart_ids】不能为空')); | 224 | empty($data['cart_ids']) && $this->error(__('参数【cart_ids】不能为空')); |
225 | $order = $this->model->getList($this->user,['id'=>['in',$data['cart_ids']]],$data); | 225 | $order = $this->model->getList($this->user,['id'=>['in',$data['cart_ids']]],$data); |
226 | if (!$this->request->isPost()) { | 226 | if (!$this->request->isPost()) { |
-
请 注册 或 登录 后发表评论