api/video.js @@ -26,7 +26,7 @@ * * @param params */ export function getRecommendVideos(params) { export async function getRecommendVideos(params) { return http.request({ url: "/lmk/video/recommend", method: Method.GET,