mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-07 00:52:07 +08:00
首页-发现接口增加 cursor 参数,refresh默认设为false #1217
This commit is contained in:
5
interface.d.ts
vendored
5
interface.d.ts
vendored
@ -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(
|
||||
|
Reference in New Issue
Block a user