mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-07 02:32:06 +08:00
feat: 新增根据nickname获取userid 接口
This commit is contained in:
6
interface.d.ts
vendored
6
interface.d.ts
vendored
@ -1789,3 +1789,9 @@ export function style_artist(
|
||||
): Promise<Response>
|
||||
|
||||
export function pl_count(params: RequestBaseConfig): Promise<Response>
|
||||
|
||||
export function get_userids(
|
||||
params: {
|
||||
nicknames: string
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
Reference in New Issue
Block a user