feat: unblock supported

This commit is contained in:
wudingfeng 2023-09-28 01:02:46 +08:00
parent 6aee8ae38e
commit 1898e4c26f
5 changed files with 6573 additions and 4529 deletions

View file

@ -4,6 +4,15 @@ export enum TrackApiNames {
FetchLyric = 'fetchLyric',
}
// unblock music
export interface UnblockParam {
track_id: number
}
export interface UnblockResponse {
code: number
url: string
}
// 获取歌曲详情
export interface FetchTracksParams {
ids: number[]