From 7318243a22f764392040c3bf0942691237a93604 Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期一, 23 六月 2025 14:18:15 +0800 Subject: [PATCH] update 完成厨神视频查看 解决支付不能使用账户余额问题 --- api/video.js | 38 ++++++++++++++++++++++++++++++++++++++ 1 files changed, 38 insertions(+), 0 deletions(-) diff --git a/api/video.js b/api/video.js index eaa231d..df1681f 100644 --- a/api/video.js +++ b/api/video.js @@ -36,6 +36,44 @@ } /** + * 鑾峰彇澶у仴搴锋帹鑽愯棰� + * + * @param params + */ + export function getHealthRecommendVideos(params) { + return http.request({ + url: "/lmk/video/health/recommend", + method: Method.GET, + needToken: true, + params: params + }); +} +/** + * 鑾峰彇鍘ㄧ鍒嗙被 + * + * @param params + */ + export function getkitchenTypeList() { + return http.request({ + url: "/lmk/video/kitchen/type", + method: Method.GET, + needToken: true, + }); +} +/** + * 鑾峰彇鍘ㄧ瑙嗛鍒楄〃 + * + * @param params + */ + export function getkitchenVideoList(params) { + return http.request({ + url: "/lmk/video/kitchen/recommend", + method: Method.GET, + needToken: true, + params: params + }); +} +/** * 鑾峰彇瑙嗛鎮寕鍟嗗搧 * * @param videoId -- Gitblit v1.8.0