From ceadff3b61f49ab2326020aac0358f6c3b0f3683 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期三, 02 七月 2025 16:18:44 +0800 Subject: [PATCH] 视频搜索页及搜索页视频的播放 --- api/video.js | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/api/video.js b/api/video.js index 926527f..cbe9a13 100644 --- a/api/video.js +++ b/api/video.js @@ -250,3 +250,17 @@ needToken: true }); } + +/** + * 瑙嗛鎼滅储 + * + * @param params + */ + export function videoSearch(params) { + return http.request({ + url: "/lmk/video/es/search", + method: Method.GET, + params: params, + needToken: true + }); +} -- Gitblit v1.8.0