绿满眶商城微信小程序-uniapp
zxl
2025-06-09 882c2a5c9d7b6df827d006b5ae261c199d116f1e
api/video.js
@@ -22,15 +22,16 @@
}
/**
 * 获取五个推荐视频
 * 获取推荐视频
 * 
 * @param params
 */
 export function getRecommendVideos() {
 export function getRecommendVideos(params) {
  return http.request({
    url: "/lmk/video/recommend",
    method: Method.GET,
    needToken: true
    needToken: true,
   params: params
  });
}
@@ -62,6 +63,19 @@
}
/**
 * 取消关注作者
 *
 * @param params
 */
 export function unSubscribe(authorId) {
  return http.request({
    url: "/lmk/my-subscribe/unSubscribe/" + authorId,
    method: Method.POST,
    needToken: true
  });
}
/**
 * 获取视频评论
 * 
 * @param params