提交 9803e2e5 编写于 作者: B binaryify

添加乐签信息接口 #1365

上级 136f14db
# 更新日志
### 4.1.1 | 2021.11.20
- 添加乐签信息接口 [#1365](https://github.com/Binaryify/NeteaseCloudMusicApi/issues/1365)
### 4.1.0 | 2021.11.20
- 修复新版评论返回参数错误问题 [#1393](https://github.com/Binaryify/NeteaseCloudMusicApi/issues/1393) [#1377](https://github.com/Binaryify/NeteaseCloudMusicApi/issues/1377)
......@@ -8,7 +12,6 @@
- 新增发送文本动态接口, 获取客户端歌曲下载链接 url 接口 [#1391](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/1391)
### 4.0.23 | 2021.9.15
- 修复文件上传设置问题 [#1355](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/1355)
......
......@@ -348,6 +348,7 @@ banner({ type:0 }).then(res=>{
226. 发送文本动态
227. 获取客户端歌曲下载 url
228. 获取歌单所有歌曲
229. 乐签信息
## 更新日志
......
此差异已折叠。
......@@ -1554,3 +1554,5 @@ export function playlist_track_all(
s?: number | string
} & RequestBaseConfig,
): Promise<Response>
export function sign_happy_info(params: RequestBaseConfig): Promise<Response>
module.exports = (query, request) => {
const data = {}
return request('POST', `https://music.163.com/api/sign/happy/info`, data, {
crypto: 'weapi',
cookie: query.cookie,
proxy: query.proxy,
realIP: query.realIP,
})
}
{
"name": "NeteaseCloudMusicApi",
"version": "4.1.0",
"version": "4.1.1",
"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.
先完成此消息的编辑!
想要评论请 注册