正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -61,6 +61,7 @@ class Cart extends Api | @@ -61,6 +61,7 @@ class Cart extends Api | ||
61 | public function add() | 61 | public function add() |
62 | { | 62 | { |
63 | $post = $this->request->post(); | 63 | $post = $this->request->post(); |
64 | + halt($post); | ||
64 | if(!$cart_id = $this->model->add($this->user,$post)){ | 65 | if(!$cart_id = $this->model->add($this->user,$post)){ |
65 | $this->error($this->model->getError() ?: '加入购物车失败'); | 66 | $this->error($this->model->getError() ?: '加入购物车失败'); |
66 | } | 67 | } |
-
请 注册 或 登录 后发表评论