From 41c7557b6ba2db6c48a9ebbad232b4fb6407f6d6 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 27 六月 2025 16:13:11 +0800
Subject: [PATCH] 神厨页面同步视频推荐
---
api/video.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/api/video.js b/api/video.js
index df1681f..d3dddd1 100644
--- a/api/video.js
+++ b/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
});
-}
\ No newline at end of file
+}
--
Gitblit v1.8.0