提交 f85b8f70 编写于 作者: B binaryify

v3.13.0

上级 0ae76b6a
# 更新日志
### 3.13.0 | 2019.05.19
- 新增eapi算法
- 新增batch批量请求接口
- 用户动态增加分页参数
### 3.12.0 | 2019.05.10
- 增加`私信内容、我的数字专辑`接口
......
......@@ -136,6 +136,7 @@
113. 云盘数据详情
114. 私信内容
115. 我的数字专辑
116. batch批量请求接口
## 环境要求
......
......@@ -131,6 +131,7 @@
113. 云盘数据详情
114. 私信内容
115. 我的数字专辑
116. batch批量请求接口
## 安装
......@@ -2051,6 +2052,15 @@ type='1009' 获取其 id, 如`/search?keywords= 代码时间 &type=1009`
**调用例子 :** `/digitalAlbum/purchased?limit=10`
### batch批量请求接口
说明 : 登陆后调用此接口 ,传入接口和对应原始参数(原始参数非文档里写的参数,需参考源码),可批量请求接口
**接口地址 :** `/batch`
**调用例子 :** 使用GET方式:`/batch?/api/v2/banner/get={"clientType":"pc"}` 使用POST方式传入参数:`{ "/api/v2/banner/get": {"clientType":"pc"} }`
## 离线访问此文档
此文档同时也是 Progressive Web Apps(PWA), 加入了 serviceWorker, 可离线访问
......
{
"name": "NeteaseCloudMusicApi",
"version": "3.12.0",
"version": "3.13.0",
"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.
先完成此消息的编辑!
想要评论请 注册