首页-发现接口增加 cursor 参数,refresh默认设为false #1217

This commit is contained in:
binaryify
2021-05-01 16:46:16 +08:00
parent e35a44e9ba
commit 679be3df69
8 changed files with 123 additions and 12 deletions

5
interface.d.ts vendored
View File

@ -643,7 +643,10 @@ export function history_recommend_songs_detail(
): Promise<Response>
export function homepage_block_page(
params: { refresh?: 'true' | 'false' | boolean } & RequestBaseConfig,
params: {
refresh?: 'true' | 'false' | boolean
cursor?: string
} & RequestBaseConfig,
): Promise<Response>
export function homepage_dragon_ball(