feat: 更新song_copyright_rcmd接口参数为可选

This commit is contained in:
irtrdr 2026-04-29 04:09:54 +08:00
parent b6be789ccd
commit f5fe69c863
No known key found for this signature in database
GPG Key ID: F8C19509D0AF114D

5
interface.d.ts vendored
View File

@ -1167,7 +1167,10 @@ export function song_url_v1(
): Promise<Response>
export function song_copyright_rcmd(
params: { songid: string | number; id?: string | number } & RequestBaseConfig,
params: {
songid?: string | number
id?: string | number
} & RequestBaseConfig,
): Promise<Response>
export function top_album(