调试用户视频接口
This commit is contained in:
parent
72a0194421
commit
db5fecad2e
@ -149,7 +149,6 @@ class Community extends BaseController
|
||||
}
|
||||
$where['is_del'] = 0;
|
||||
$where['community_id'] = $this->request->param('community_id','');
|
||||
|
||||
$data = $this->repository->getApiVideoList($where, $page, $limit, $this->user,$is_start);
|
||||
return app('json')->success($data);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user