mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 13:17:46 +00:00
feat: unblock supported
This commit is contained in:
parent
6aee8ae38e
commit
1898e4c26f
5 changed files with 6573 additions and 4529 deletions
|
|
@ -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[]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue