api/video.js
@@ -47,3 +47,16 @@ data: data }); } /** * 关注作者 * * @param params */ export function subscribe(authorId) { return http.request({ url: "/lmk/my-subscribe/subscribe/" + authorId, method: Method.POST, needToken: true }); }