mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-07 01:12:06 +08:00
新增接口 #971
This commit is contained in:
6
interface.d.ts
vendored
6
interface.d.ts
vendored
@ -1261,3 +1261,9 @@ export function user_replacephone(
|
||||
): Promise<Response>
|
||||
|
||||
export function user_safe(params: RequestBaseConfig): Promise<Response>
|
||||
|
||||
export function dj_subscriber(params: {
|
||||
id: number | string
|
||||
limit?: number | string
|
||||
time?: number | string
|
||||
} & RequestBaseConfig,): Promise<Response>
|
||||
|
Reference in New Issue
Block a user