mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-07 12:12:07 +08:00
update: 新增播客声音搜索 #1814, bump to 4.13.3
This commit is contained in:
12
interface.d.ts
vendored
12
interface.d.ts
vendored
@ -1795,3 +1795,15 @@ export function get_userids(
|
||||
nicknames: string
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
||||
export function voicelist_list_search(
|
||||
params: {
|
||||
limit?: string | number
|
||||
offset?: string | number
|
||||
name?: string
|
||||
displayStatus?: string
|
||||
type?: string
|
||||
voiceFeeType?: string | number
|
||||
radioId?: string
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
Reference in New Issue
Block a user