文档
测试

查询所有直播间列表

POST
http://localhost:8080/api/broadcast/settings/list.do

接口描述

查询所有直播间列表(包含分页信息),另外可通过添加条件参数进行筛选查询直播间信息(如:通过分类id进行筛选)

请求参数

参数名
类型
描述
必填
roomStatus
int
直播间状态,示例:1 (直播中)
必填
broadcastCategoryId
int
直播分类id,示例:11
必填

响应参数

参数名
类型
描述
必填
values
object
数据字典
必填
autoCount
boolean
示例:true
必填
first
int
示例:1
必填
hasNext
boolean
示例:false
必填
hasPre
boolean
示例:false
必填
last
int
示例:11
必填
nextPage
int
示例:1
必填
order
string
示例:
必填
orderBy
string
示例:
必填
orderBySetted
boolean
示例:false
必填
pageNo
int
示例:1
必填
pageSize
int
示例:10
必填
prePage
int
示例:1
必填
result
array
数据列表
必填
id
int
示例:10026
必填
broadcastCategoryId
int
示例:3
必填
userId
int
示例:10026
必填
user
object
数据字典
必填
skyId
int
示例:7520000100000000000
必填
openId
string
示例:4b92a2354cd111eab46074a4b5004af8
必填
id
int
示例:10026
必填
type
string
示例:2
必填
name
string
示例:吴广生
必填
userName
string
示例:vr_10008
必填
nickName
string
示例:吴广生
必填
category
object
数据字典
必填
id
int
示例:3
必填
name
string
示例:会议
必填
score
string
示例:100
必填
castSwitch
string
示例:1
必填
streamId
string
示例:10026_3_10026_1597032814
必填
title
string
示例:探索者
必填
announcement
string
示例:
必填
coverImg1
string
示例:
必填
coverImg2
string
示例:
必填
coverImg3
string
示例:
必填
roomStatus
string
示例:1
必填
collectNum
int
示例:0
必填
attentionNum
int
示例:1
必填
createDate
string
示例:2020-05-27 10:10:26
必填
totalCount
int
示例:3
必填
totalPages
int
示例:1
必填
executeStatus
int
示例:0
必填

说明 / 示例

![image.png](3)![image.png](4) 根据直播间状态和直播分类筛选: ![image.png](https://cos.easydoc.net/16848745/files/kdo6ifl4.png)