mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-07 03:32:07 +08:00
26
interface.d.ts
vendored
26
interface.d.ts
vendored
@ -1307,3 +1307,29 @@ export function yunbei_task_finish(
|
||||
depositCode?: number | string
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
||||
export function msg_recentcontact(params: RequestBaseConfig): Promise<Response>
|
||||
|
||||
export function hug_comment(
|
||||
params: {
|
||||
uid: number | string
|
||||
cid: number | string
|
||||
sid: number | string
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
||||
export function comment_hug_list(
|
||||
params: {
|
||||
page: number | string
|
||||
cursor: number | string
|
||||
idCursor: number | string
|
||||
pageSize?: number | string
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
||||
export function topic_sublist(
|
||||
params: {
|
||||
limit?: number | string
|
||||
offset?: number | string
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
Reference in New Issue
Block a user