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

1

... ... @@ -61,6 +61,7 @@ class Cart extends Api
public function add()
{
$post = $this->request->post();
halt($post);
if(!$cart_id = $this->model->add($this->user,$post)){
$this->error($this->model->getError() ?: '加入购物车失败');
}
... ...