榜单管理
查询房间内榜单
查询指定房间内的榜单,支持房间贡献榜、房间魅力榜。
周期类型说明:
- 当前周期:day(今日)、week(本周)、month(本月)
- 历史周期:yesterday(昨日)、lastWeek(上周)、lastMonth(上月)
get/api/rank/queryRoomRank
Query parameters
rankType'wealth' | 'charm' required
榜单类型:wealth-贡献榜,charm-魅力榜
roomUidinteger required
房间ID
uidinteger
当前用户ID,用于查询自己的排名(可选)
cycleType'day' | 'week' | 'month' | 'yesterday' | 'lastWeek' | 'lastMonth'
周期类型
{"stackTrail":"paths:/api/rank/queryRoomRank:get:parameters:4:schema","oasType":"schema","type":"unknown"}
返回条数,默认20,范围1-100
Response
查询成功
Changes
No recorded changes to this endpoint across all 1 revision of this API.