|
@@ -42,9 +42,6 @@ class VideoController extends webApp
|
|
|
try {
|
|
try {
|
|
|
$params = request()->post();
|
|
$params = request()->post();
|
|
|
$pageSize = request()->post('pageSize', 0);
|
|
$pageSize = request()->post('pageSize', 0);
|
|
|
- $type = request()->post('type', 1);
|
|
|
|
|
- // 我的视频
|
|
|
|
|
- $datas = [];
|
|
|
|
|
$datas = VideoService::make()->getDataList($params, $pageSize,'', $this->userId);
|
|
$datas = VideoService::make()->getDataList($params, $pageSize,'', $this->userId);
|
|
|
|
|
|
|
|
return showJson(1010, true, $datas);
|
|
return showJson(1010, true, $datas);
|