Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

可以增加获取歌手粉丝数量的API吗 #1485

Closed
zhanup opened this issue Mar 1, 2022 · 2 comments
Closed

可以增加获取歌手粉丝数量的API吗 #1485

zhanup opened this issue Mar 1, 2022 · 2 comments

Comments

@zhanup
Copy link

zhanup commented Mar 1, 2022

通过歌手的id获取到歌手粉丝数量的接口
QQ图片20220301112221

@zhanup
Copy link
Author

zhanup commented Mar 1, 2022

我自己尝试添加了这个接口,看起来好像能够正常得到数据

// 歌手粉丝数量
// artist_follow_count.js
module.exports = (query, request) => {
  return request(
    'POST',
    `https://music.163.com/weapi/artist/follow/count/get`,
    {
      id: query.id,
    },
    {
      crypto: 'weapi',
      cookie: query.cookie,
      proxy: query.proxy,
      realIP: query.realIP,
    },
  )
}

屏幕截图 2022-03-01 112950

@zhanup zhanup closed this as completed Mar 1, 2022
@Binaryify
Copy link
Owner

晚点我加下吧

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants