mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-06 22:42:20 +08:00
新增歌单详情动态接口 #1088
This commit is contained in:
4
interface.d.ts
vendored
4
interface.d.ts
vendored
@ -1389,3 +1389,7 @@ export function login_qr_check(
|
||||
key?: number | string
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
||||
export function playlist_detail_dynamic(
|
||||
params: { id: string | number } & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
Reference in New Issue
Block a user