mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-08 00:32:06 +08:00
增加已购单曲接口;mlog相关接口;vip相关接口
This commit is contained in:
35
interface.d.ts
vendored
35
interface.d.ts
vendored
@ -1443,3 +1443,38 @@ export function yunbei_rcmd_song_history(
|
||||
cursor?: number | string
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
||||
export function song_purchased(
|
||||
params: MultiPageConfig & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
||||
export function mlog_url(
|
||||
params: {
|
||||
id?: number | string
|
||||
res?: number | string
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
||||
export function mlog_to_video(
|
||||
params: {
|
||||
id?: number | string
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
||||
export function vip_growthpoint(
|
||||
params: RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
||||
export function vip_growthpoint_details(
|
||||
params: MultiPageConfig & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
||||
export function vip_tasks(
|
||||
params: RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
||||
export function vip_growthpoint_get(
|
||||
params: {
|
||||
id?: number | string
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
Reference in New Issue
Block a user