房间宝箱
查询宝箱详情
获取指定等级宝箱的详细信息:
未开启的宝箱:
- 奖励预览列表
- 当前贡献榜Top5
已开启的宝箱:
- 开奖结果
- 贡献榜排名
- 最后一击用户
调用时机:点击宝箱查看详情时
post/room/box/queryRoomBoxItem
Query parameters
{"stackTrail":"paths:/room/box/queryRoomBoxItem:post:parameters:0:schema","oasType":"schema","type":"unknown"}
房主UID
{"stackTrail":"paths:/room/box/queryRoomBoxItem:post:parameters:1:schema","oasType":"schema","type":"unknown"}
宝箱等级,取值范围1-6
Response
查询成功
Example response
{
"rankList": [
{
"uid": 123456,
"nick": "小明",
"appNo": "A10086",
"gender": 1,
"score": 99999,
"scoreStr": "9.9万",
"rank": 1,
"regionId": 86,
"charmLevel": 10,
"wealthLevel": 15,
"diffScore": 1000
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.