添加乐签信息接口 #1365

This commit is contained in:
binaryify
2021-11-20 20:28:37 +08:00
parent 136f14db49
commit 9803e2e5a1
6 changed files with 429 additions and 353 deletions

2
interface.d.ts vendored
View File

@ -1554,3 +1554,5 @@ export function playlist_track_all(
s?: number | string
} & RequestBaseConfig,
): Promise<Response>
export function sign_happy_info(params: RequestBaseConfig): Promise<Response>