绿满眶商城微信小程序-uniapp
xiangpei
2025-05-27 3b238b10eabf4ccb01af3955492c16b68526c9bd
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
  });
}