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

This commit is contained in:
binaryify
2021-05-28 09:45:27 +08:00
parent af27f1a319
commit 8e7c7c5531
6 changed files with 25 additions and 3 deletions

15
interface.d.ts vendored
View File

@ -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>