提交 8e7c7c55 编写于 作者: B binaryify

增加云贝推歌接口,云贝推歌历史记录接口 #1246

上级 af27f1a3
# 更新日志
### 4.0.14 | 2021.5.28
- 增加云贝推歌接口,云贝推歌历史记录接口 [#1246](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/1246)
### 4.0.13 | 2021.5.24
- 修复解析问题,改善 Docker 支持 [#1241](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/1241)
### 4.0.12 | 2021.5.1
......
......@@ -318,6 +318,8 @@ banner({ type:0 }).then(res=>{
204. 一起听状态
205. 用户历史评论
206. 云盘歌曲信息匹配纠正
207. 云贝推歌
208. 云贝推歌历史记录
## 更新日志
......
......@@ -222,6 +222,8 @@
204. 一起听状态
205. 用户历史评论
206. 云盘歌曲信息匹配纠正
207. 云贝推歌
208. 云贝推歌历史记录
## 安装
......
......@@ -1428,3 +1428,18 @@ export function cloud_match(
asid: number | string
} & RequestBaseConfig,
): Promise<Response>
export function yunbei_rcmd_song(
params: {
id: number | string
reason?: number | string
} & RequestBaseConfig,
): Promise<Response>
export function yunbei_rcmd_song_history(
params: {
size?: number | string
cursor?: number | string
} & RequestBaseConfig,
): Promise<Response>
{
"name": "NeteaseCloudMusicApi",
"version": "4.0.12",
"version": "4.0.14",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "4.0.12",
"version": "4.0.14",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
......
{
"name": "NeteaseCloudMusicApi",
"version": "4.0.13",
"version": "4.0.14",
"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.
先完成此消息的编辑!
想要评论请 注册