作者 何书鹏
1 个管道 的构建 通过 耗费 0 秒

1

@@ -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 }