mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-07 01:12:06 +08:00
update: 听歌识曲接口完善, 补充demo页面
This commit is contained in:
7
interface.d.ts
vendored
7
interface.d.ts
vendored
@ -244,6 +244,13 @@ export function artists(
|
||||
params: { id: string | number } & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
||||
export function audio_match(
|
||||
params: {
|
||||
duration: string | number
|
||||
audioFP: string | number
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
||||
export function avatar_upload(
|
||||
params: ImageUploadConfig & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
Reference in New Issue
Block a user