新增歌手详情接口 #1035

This commit is contained in:
binaryify
2020-11-22 21:06:33 +08:00
parent 6e1a5b9aae
commit 4c5a1109fc
6 changed files with 40 additions and 1 deletions

6
interface.d.ts vendored
View File

@ -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>