mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-06 23:12:06 +08:00
update: 文档和 interface 补充
This commit is contained in:
21
interface.d.ts
vendored
21
interface.d.ts
vendored
@ -1810,3 +1810,24 @@ export function voicelist_list_search(
|
||||
radioId?: string
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
||||
export function voice_delete(
|
||||
params: {
|
||||
ids: number | string
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
||||
export function djRadio_top(
|
||||
params: {
|
||||
djRadioId?: number | string
|
||||
sortIndex?: number | string
|
||||
dataGapDays?: number | string
|
||||
dataType?: number | string
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
||||
export function voice_lyric(
|
||||
params: {
|
||||
id: number | string
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
Reference in New Issue
Block a user