动态列表
POST
/web/dongTaiList
请求参数
参数名
类型
描述
必填
page
int
当前页码
必填
pageSize
int
每页条数
必填
userid
string
用户ID,只查看这个用户的动态列表
必填
响应参数
参数名
类型
描述
必填
_id
string
动态ID
必填
content
string
文字内容
必填
voice
string
语音文件名字
必填
voiceSeconds
int
录音时长
必填
images
array[string]
动态图片名字数组
必填
hotValue
int
热度值,一般是打开一次动态详情增加一次,打赏也会根据礼物的价值增加相应的数值
必填
time
int
发布时间,时间戳,秒
必填
topicId
string
所选话题ID
必填
topicName
string
话题名字,不包含#号,例如:情人节你怎么过
必填
commentCount
int
评论数量
必填