mirror of
https://github.com/NeteaseCloudMusicApiEnhanced/api-enhanced.git
synced 2026-05-13 11:45:07 +00:00
feat: 更新song_copyright_rcmd接口参数为可选
This commit is contained in:
parent
b6be789ccd
commit
f5fe69c863
5
interface.d.ts
vendored
5
interface.d.ts
vendored
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user