Commit dafc0bbf authored by 刘小敏's avatar 刘小敏

购物车批量收藏接口调整,处理数组入参

parent ab80073f
......@@ -47,7 +47,7 @@ class GoodsLog extends Common
}
$user = auth_user();
$goodsIds = $this->request->param('goods_ids');
$goodsIds = $this->request->param('goods_ids/a');
if (empty($goodsIds) || !is_array($goodsIds)) {
$this->error('请选择要收藏的商品');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment