mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 13:48:02 +00:00
feat: updates
This commit is contained in:
parent
0b4baa3eff
commit
222fb02355
77 changed files with 654 additions and 551 deletions
|
|
@ -107,3 +107,17 @@ export interface FetchUserArtistsResponse {
|
|||
count: number
|
||||
data: Artist[]
|
||||
}
|
||||
|
||||
// 听歌排名
|
||||
export interface FetchListenedRecordsParams {
|
||||
uid: number // 用户id
|
||||
type: number // type=1 时只返回 weekData, type=0 时返回 allData
|
||||
}
|
||||
export interface FetchListenedRecordsResponse {
|
||||
code: number
|
||||
weekData: {
|
||||
playCount: number
|
||||
score: number
|
||||
song: Track
|
||||
}[]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue