searchDiscovery

搜索(Discovery) 执行搜索操作,支持多种类型和分页 端点:GET /api/proxy/furtv/discovery/search

Return

DiscoverySearchData 搜索结果和分页信息

Parameters

params

搜索参数


suspend fun searchDiscovery(query: String, page: Int? = null, pageSize: Int? = null, type: String? = null): DiscoverySearchData

搜索(Discovery 重载方法)

Return

DiscoverySearchData 搜索结果和分页信息

Parameters

query

搜索关键词

page

页码(可选,默认 1)

pageSize

每页数量(可选,默认 20)

type

搜索类型(可选)