mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-07 19:02:07 +08:00
v4.0,新增云盘上传接口以及二维码登录相关接口和相关demo,升级部分接口加密方法 #70 , #121 ,#121 , #153 ,#248 , #705 , #716 , #745 , #1055
This commit is contained in:
29
interface.d.ts
vendored
29
interface.d.ts
vendored
@ -1360,3 +1360,32 @@ export function artist_detail(
|
||||
id: number | string
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
||||
export function cloud(params: RequestBaseConfig): Promise<Response>
|
||||
|
||||
export function topic_detail(
|
||||
params: {
|
||||
actid?: number | string
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
||||
export function topic_detail_event_hot(
|
||||
params: {
|
||||
actid?: number | string
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
||||
export function login_qr_key(params: RequestBaseConfig): Promise<Response>
|
||||
|
||||
export function login_qr_create(
|
||||
params: {
|
||||
key?: number | string
|
||||
qrimg?: boolean | string
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
||||
export function login_qr_check(
|
||||
params: {
|
||||
key?: number | string
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
Reference in New Issue
Block a user