提交 0256763f 编写于 作者: B binaryify

参数调整

上级 e8f9a753
# 更新日志 # 更新日志
### 3.45.0 | 2020.10.25 ### 3.45.1 | 2020.10.25
- 修复代理配置失效的问题 [#992](https://github.com/Binaryify/NeteaseCloudMusicApi/issues/992) - 修复代理配置失效的问题 [#992](https://github.com/Binaryify/NeteaseCloudMusicApi/issues/992)
- 修复新碟上架不返回周数据的问题,修复推荐新音乐接口返回数量问题,并添加limit参数支持 [#981](https://github.com/Binaryify/NeteaseCloudMusicApi/issues/981) - 修复新碟上架不返回周数据的问题,修复推荐新音乐接口返回数量问题,并添加limit参数支持 [#981](https://github.com/Binaryify/NeteaseCloudMusicApi/issues/981)
......
...@@ -11,7 +11,7 @@ module.exports = (query, request) => { ...@@ -11,7 +11,7 @@ module.exports = (query, request) => {
year: query.year || date.getFullYear(), year: query.year || date.getFullYear(),
month: query.month || date.getMonth() + 1, month: query.month || date.getMonth() + 1,
total: false, total: false,
rcmd: false, rcmd: true,
} }
return request( return request(
'POST', 'POST',
......
{ {
"name": "NeteaseCloudMusicApi", "name": "NeteaseCloudMusicApi",
"version": "3.45.0", "version": "3.45.1",
"description": "网易云音乐 NodeJS 版 API", "description": "网易云音乐 NodeJS 版 API",
"scripts": { "scripts": {
"start": "node app.js", "start": "node app.js",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册