mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-18 14:18:03 +00:00
feat: updates
This commit is contained in:
parent
ce757215a3
commit
c1cd31840e
86 changed files with 1048 additions and 778 deletions
|
|
@ -6,6 +6,8 @@ export enum UserApiNames {
|
|||
FetchUserArtists = 'fetchUserArtists',
|
||||
FetchListenedRecords = 'fetchListenedRecords',
|
||||
FetchUserVideos = 'fetchUserVideos',
|
||||
RefreshCookie = 'refreshCookie',
|
||||
DailyCheckIn = 'dailyCheckIn',
|
||||
}
|
||||
|
||||
// 获取账号详情
|
||||
|
|
@ -130,3 +132,15 @@ export interface FetchListenedRecordsResponse {
|
|||
song: Track
|
||||
}[]
|
||||
}
|
||||
|
||||
// 刷新Cookie
|
||||
export interface RefreshCookieResponse {
|
||||
code: number
|
||||
cookie: string
|
||||
}
|
||||
|
||||
// 每日签到
|
||||
export interface DailyCheckInResponse {
|
||||
code: number
|
||||
point: number
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue