Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
修复interface不完整问题 #1356
Browse files Browse the repository at this point in the history
  • Loading branch information
Binaryify committed Sep 15, 2021
1 parent 5942e26 commit a8a20ae
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion interface.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,14 @@ export function artist_detail(
} & RequestBaseConfig,
): Promise<Response>

export function cloud(params: RequestBaseConfig): Promise<Response>
export function cloud(
params: {
songFile: {
name: string
data: Buffer
}
} & RequestBaseConfig,
): Promise<Response>

export function topic_detail(
params: {
Expand Down

2 comments on commit a8a20ae

@vercel
Copy link

@vercel vercel bot commented on a8a20ae Sep 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on a8a20ae Sep 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

netease-cloud-music-api – ./docs

neteasecloudmusicapi.vercel.app
netease-cloud-music-api-git-master-binaryify.vercel.app

Please sign in to comment.