mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-07 17:22:06 +08:00
修复interface不完整问题 #1356
This commit is contained in:
9
interface.d.ts
vendored
9
interface.d.ts
vendored
@ -1375,7 +1375,14 @@ export function artist_detail(
|
|||||||
} & RequestBaseConfig,
|
} & RequestBaseConfig,
|
||||||
): Promise<Response>
|
): Promise<Response>
|
||||||
|
|
||||||
export function cloud(params: RequestBaseConfig): Promise<Response>
|
export function cloud(
|
||||||
|
params: {
|
||||||
|
songFile: {
|
||||||
|
name: string
|
||||||
|
data: Buffer
|
||||||
|
}
|
||||||
|
} & RequestBaseConfig,
|
||||||
|
): Promise<Response>
|
||||||
|
|
||||||
export function topic_detail(
|
export function topic_detail(
|
||||||
params: {
|
params: {
|
||||||
|
Reference in New Issue
Block a user