mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-07 01:12:06 +08:00
增加云贝推歌接口,云贝推歌历史记录接口 #1246
This commit is contained in:
15
interface.d.ts
vendored
15
interface.d.ts
vendored
@ -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>
|
||||
|
Reference in New Issue
Block a user