提交 b15ff33b 编写于 作者: B binaryify

修复关注异常的问题 #399

上级 813e0a45
# 更新日志
### 3.0.9 | 2018.12.15
- 修复关注异常的问题 #399
### 3.0.8 | 2018.12.12
- 更新文档 #386 #394
......
// 关注与取消关注用户
module.exports = (query, request) => {
query.cookie.os = 'pc'
query.t = (query.t == 1 ? 'follow' : 'delfollow')
return request(
'POST', `https://music.163.com/weapi/user/${query.t}/${query.id}`, {},
......
{
"name": "NeteaseCloudMusicApi",
"version": "3.0.8",
"version": "3.0.9",
"description": "网易云音乐 NodeJS 版 API",
"scripts": {
"start": "node app.js",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册