mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-07 02:32:06 +08:00
新增歌手详情接口 #1035
This commit is contained in:
6
interface.d.ts
vendored
6
interface.d.ts
vendored
@ -1354,3 +1354,9 @@ export function artist_new_song(
|
||||
startTimestamp?: number | string
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
||||
export function artist_detail(
|
||||
params: {
|
||||
id: number | string
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
Reference in New Issue
Block a user