mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-06 23:02:07 +08:00
update: /vip/info 接口增加 uid 参数
This commit is contained in:
6
interface.d.ts
vendored
6
interface.d.ts
vendored
@ -1614,7 +1614,11 @@ export function musician_cloudbean_obtain(
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
||||
export function vip_info(params: RequestBaseConfig): Promise<Response>
|
||||
export function vip_info(
|
||||
params: {
|
||||
uid?: number | string
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
||||
export function musician_sign(params: RequestBaseConfig): Promise<Response>
|
||||
|
||||
|
Reference in New Issue
Block a user