SearchParams

constructor(query: String, type: String? = null, cursor: String? = null, limit: Int? = null)

Parameters

query

搜索关键词

type

搜索类型(可选)

cursor

分页游标(可选)

limit

返回数量限制(可选)