获得房间列表
POST
/api/roomList
请求参数
参数名
类型
描述
必填
page
int
当前页码
必填
pageSize
int
每页条数
必填
type
string
房间类型,多种类型用逗号拼接。follow关注人房间列表,hot热门,entertainment娱乐,friend交友,music音乐,emotion情感,chat闲聊,new萌新,game游戏,auction拍卖
必填
bigType
string
大类,normal普通房,game游戏房,默认normal,空字符串表示所有
可选
keyword
string
搜索房间ID或者进房码
可选
响应参数
参数名
类型
描述
必填
totalCount
int
总数
必填
_id
string
房间ID
必填
roomId
int
房间ID
必填
title
string
房间标题
必填
type
string
房间类型
必填
time
int
开始开播时间,时间戳,秒
必填
_id
string
房主ID
必填
nickname
string
昵称
必填
sex
string
性别,0女,1男
必填
age
int
年龄
必填
vip
int
会员等级
必填
head
string
用户头像图片名字
必填
city
string
城市
必填
onlineUserCount
int
房间在线人数
必填
password
bool
是否有设置密码
必填
activeTs
int
上次活跃时间,时间戳
必填
roomStage
string
房间阶段,0就是准备中,其他都可以显示为游戏中
必填