mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-07 12:12:07 +08:00
新增已购单曲,获取mlog播放地址,将mlog id转为视频id,vip成长值,vip成长值获取记录,vip任务,领取vip成长值 等接口 #1248
This commit is contained in:
13
interface.d.ts
vendored
13
interface.d.ts
vendored
@ -1429,7 +1429,6 @@ export function cloud_match(
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
||||
|
||||
export function yunbei_rcmd_song(
|
||||
params: {
|
||||
id: number | string
|
||||
@ -1461,20 +1460,16 @@ export function mlog_to_video(
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
||||
export function vip_growthpoint(
|
||||
params: 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_tasks(params: RequestBaseConfig): Promise<Response>
|
||||
|
||||
export function vip_growthpoint_get(
|
||||
params: {
|
||||
params: {
|
||||
id?: number | string
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
): Promise<Response>
|
||||
|
Reference in New Issue
Block a user