|
|
@@ -23,7 +23,7 @@ class VideoController extends webApp
|
|
|
try {
|
|
|
$params = request()->post();
|
|
|
$pageSize = request()->post('pageSize', 0);
|
|
|
- $datas = VideoService::make()->getDataList($params, $pageSize,'', $this->userId);
|
|
|
+ $datas = VideoService::make()->getIndexList($params, $pageSize,'', $this->userId);
|
|
|
return message(1010, true, $datas);
|
|
|
} catch (\Exception $exception){
|
|
|
RedisService::set("caches:request:error_video_index", ['trace'=>$exception->getTrace()], 7200);
|