正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -63,7 +63,7 @@ class Cart extends Api | @@ -63,7 +63,7 @@ class Cart extends Api | ||
63 | $post = $this->request->post(); | 63 | $post = $this->request->post(); |
64 | // 对象转json字符串 | 64 | // 对象转json字符串 |
65 | if(!empty($post['goods_style']) && is_array($post['goods_style'])){ | 65 | if(!empty($post['goods_style']) && is_array($post['goods_style'])){ |
66 | - $post['body_info'] = json_encode($post['goods_style']); | 66 | + $post['goods_style'] = json_encode($post['goods_style']); |
67 | } | 67 | } |
68 | if(!$cart_id = $this->model->add($this->user,$post)){ | 68 | if(!$cart_id = $this->model->add($this->user,$post)){ |
69 | $this->error($this->model->getError() ?: '加入购物车失败'); | 69 | $this->error($this->model->getError() ?: '加入购物车失败'); |
-
请 注册 或 登录 后发表评论