create

fun create(page: Int? = null, pageSize: Int? = null, sort: String): GetGuildListApi(source)

构造 GetGuildListApi.

Parameters

page

目标页数

pageSize

每页数据数量

sort

代表排序的字段, 比如-id 代表 id 按 DESC 排序,id 代表 id 按 ASC 排序。不一定有, 如果有,接口中会声明支持的排序字段。


fun create(page: Int? = null, pageSize: Int? = null): GetGuildListApi(source)

构造 GetGuildListApi.

Parameters

page

目标页数

pageSize

每页数据数量