绿满眶商城微信小程序-uniapp
zxl
2025-06-24 e50f021ddf73b80f5a1273b8b01e7dd4344a4cdc
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,
@@ -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