mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-07 00:22:07 +08:00
v4.2.0 新增最近播放-歌曲,最近播放-视频,最近播放-声音,最近播放-歌单,最近播放-专辑,最近播放-播客等接口
This commit is contained in:
36
interface.d.ts
vendored
36
interface.d.ts
vendored
@ -1559,3 +1559,39 @@ export function artist_video(
|
||||
): Promise<Response>
|
||||
|
||||
export function sign_happy_info(params: RequestBaseConfig): Promise<Response>
|
||||
|
||||
export function record_recent_song(
|
||||
params: {
|
||||
limit?: number | string
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
||||
export function record_recent_video(
|
||||
params: {
|
||||
limit?: number | string
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
||||
export function record_recent_voice(
|
||||
params: {
|
||||
limit?: number | string
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
||||
export function record_recent_playlist(
|
||||
params: {
|
||||
limit?: number | string
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
||||
export function record_recent_album(
|
||||
params: {
|
||||
limit?: number | string
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
||||
export function record_recent_dj(
|
||||
params: {
|
||||
limit?: number | string
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
Reference in New Issue
Block a user