获得广播消息
POST
/api/broadcastMsgList
说明
请求参数
参数名
类型
描述
必填
beforeTimestamp
int
获取这个时间戳之前的,afterTimestamp、beforeTimestamp字段二选一传递
可选
pageSize
int
限制最大条数,默认20条
可选
afterTimestamp
int
或者这个时间之后的
可选
响应参数
参数名
类型
描述
必填
totalCount
int
最近10分钟广播总数
必填
resetAfterSeconds
int
重置列表时间,单位秒。用户离开广播页面超过resetAfterSeconds秒后回来,需要重新获取最新的广播消息,也就是beforeTimestamp发当前时间
必填