mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-07 03:32:07 +08:00
feat: 签到进度接口 (Binaryify#1384)
This commit is contained in:
6
interface.d.ts
vendored
6
interface.d.ts
vendored
@ -1595,3 +1595,9 @@ export function record_recent_dj(
|
||||
limit?: number | string
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
||||
export function signin_progress(
|
||||
params: {
|
||||
moduleId?: string
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
Reference in New Issue
Block a user