文档
测试

消息-@我

POST
http://192.168.3.3:9001/dynamic/findMentionMe

请求头

参数名
类型
描述
必填
token
必填

请求参数

参数名
类型
描述
必填
page
int
页码
必填
pageSize
inr
每页显示条数
必填

响应参数

参数名
类型
描述
必填
ResultInfo
必填
flag
boolean
返回结果正常为true,发生异常返回false
必填
code
int
成功状态码为 200,失败为5001
必填
data
Object
返回数据
必填
promptMessages
List<PromptMessage>
返回数据集合 按照 最近的时间排序
必填
mentionMe
MentionMe
返回数据 @我的消息
必填
mentionMe
MentionMe
返回数据实体
必填
id
string
主键id
必填
userId
string
@用户id
必填
nickName
string
用户昵称
必填
headAddress
string
头像地址
必填
beMentionedUserId
string
被@用户id
必填
type
int
标示: 1活动,2任务,3动态
必填
typeId
string
标示: 1活动,2任务,3动态
必填
addTime
string
时间
必填
typeCommentsId
string
评论id
必填
replyMessage
ReplyMessage
返回数据 回复我的消息
必填
id
String
主键
必填
replyUserId
String
回复人id
必填
nickName
String
回复人昵称
必填
headAddress
String
回复人头像地址
必填
beReplyUserId
String
被回回复的用户id
必填
dynamicId
String
动态id
必填
dynamicCommentsId
String
动态评论id
必填
content
String
回复内容
必填
replyTime
String
回复时间
必填
message
String
信息描述
必填