Commit e5186ec3 authored by luhongguang's avatar luhongguang

update: 列表返回结构修改

parent fc6174cc
......@@ -93,6 +93,6 @@ class BusinessCircleService
unset($where['LIMIT']);
unset($where['ORDER']);
$count = BusinessCircle::count("*", $where);
return ['result' => $list, 'count' => $count];
return ['list' => $list, 'count' => $count];
}
}
\ No newline at end of file
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