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, @@ -235,4 +235,4 @@ method: Method.POST, needToken: true }); } }