mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-07 02:32:06 +08:00
update:补充 /vip/info/v2 接口
This commit is contained in:
6
interface.d.ts
vendored
6
interface.d.ts
vendored
@ -1620,6 +1620,12 @@ export function vip_info(
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
||||
export function vip_info_v2(
|
||||
params: {
|
||||
uid?: number | string
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
||||
export function musician_sign(params: RequestBaseConfig): Promise<Response>
|
||||
|
||||
export function song_download_url(
|
||||
|
Reference in New Issue
Block a user