提交 cfa939bb 编写于 作者: B binaryify

修复全部 mv接口分页参数错误的问题#524

上级 d37906ec
# 更新日志
### 3.18.3 | 2019.07.04
- 修复全部 mv`/mv/all` 接口分页参数错误的问题 [#524](https://github.com/Binaryify/NeteaseCloudMusicApi/issues/524)
### 3.18.2 | 2019.07.03
- 修复听歌打卡接口 `/scrobble` 失效问题
......
......@@ -7,7 +7,7 @@ module.exports = (query, request) => {
类型: query.type || "全部",
排序: query.order || "上升最快"
}),
offset: query.limit || 0,
offset: query.offset || 0,
total: "true",
limit: query.limit || 30
};
......
{
"name": "NeteaseCloudMusicApi",
"version": "3.18.2",
"version": "3.18.3",
"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.
先完成此消息的编辑!
想要评论请 注册