调试用户视频接口

This commit is contained in:
yaooo 2023-09-02 09:41:47 +08:00
parent 72a0194421
commit db5fecad2e

View File

@ -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);
}