Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
增加云贝推歌接口,云贝推歌历史记录接口 #1246
Browse files Browse the repository at this point in the history
  • Loading branch information
Binaryify committed May 28, 2021
1 parent af27f1a commit 8e7c7c5
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# 更新日志
### 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
Expand Down
2 changes: 2 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,8 @@ banner({ type:0 }).then(res=>{
204. 一起听状态
205. 用户历史评论
206. 云盘歌曲信息匹配纠正
207. 云贝推歌
208. 云贝推歌历史记录

## 更新日志

Expand Down
2 changes: 2 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@
204. 一起听状态
205. 用户历史评论
206. 云盘歌曲信息匹配纠正
207. 云贝推歌
208. 云贝推歌历史记录

## 安装

Expand Down
15 changes: 15 additions & 0 deletions interface.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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>
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "NeteaseCloudMusicApi",
"version": "4.0.13",
"version": "4.0.14",
"description": "网易云音乐 NodeJS 版 API",
"scripts": {
"start": "node app.js",
Expand Down

2 comments on commit 8e7c7c5

@vercel
Copy link

@vercel vercel bot commented on 8e7c7c5 May 28, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

netease-cloud-music-api – ./docs

neteasecloudmusicapi.vercel.app
netease-cloud-music-api-git-master-binaryify.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 8e7c7c5 May 28, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.