文档
测试

获得房间浏览历史

POST
/api/roomOpenHistory

接口描述

只会返回最近20个

响应参数

参数名
类型
描述
必填
list
array
数据列表
必填
_id
string
房间ID,也是用户ID
必填
title
string
房间标题
必填
type
string
房间类型
必填
roomOwner
dict
房主信息
必填
nickname
string
昵称
必填
sex
string
性别,0女,1男
必填
age
int
年龄
必填
vip
int
会员等级
必填
head
string
用户头像图片名字
必填
city
string
城市
必填
roomId
int
房间id
必填
onlineUserCount
int
在线人数
必填
password
bool
是否需要密码
必填
activeTs
int
上次活跃时间,时间戳
必填
isOpen
bool
房间现在是否开启着
必填