api/video.js
@@ -62,6 +62,19 @@ } /** * 取消关注作者 * * @param params */ export function unSubscribe(authorId) { return http.request({ url: "/lmk/my-subscribe/unSubscribe/" + authorId, method: Method.POST, needToken: true }); } /** * 获取视频评论 * * @param params