消息列表
POST
/gewe/v2/api/finder/mentionList请求参数
Header 参数
X-GEWE-TOKEN
string
必需
示例值:
{{gewe-token}}
Body 参数application/json
appId
string
设备ID
myUserName
string
必需
自己的username
myRoleType
integer
必需
自己的roletype
lastBuff
string
必需
首次传空,后续传接口返回的lastBuffer
reqScene
integer
必需
消息类型 3是点赞 4是评论 5是关注
示例
{
"appId": "{{appid}}",
"myUserName": "{{userName}}",
"lastBuff": "",
"myRoleType": 3,
"reqScene": 4
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
ret
integer
必需
msg
string
必需
data
object
必需
list
object
必需
lastBuff
string
必需
翻页标识,对应请求参数中的lastBuffer
示例
{
"ret": 200,
"msg": "操作成功",
"data": {
"list": {
"mentions": [
{
"headUrl": "http://wx.qlogo.cn/finderhead/ajNVdqHZLLBn2wux0rkD6gc4NLsC0zqSeWeJNnp1bGnnPCHl0tt56A/0",
"nickname": "我的生活选择",
"mentionType": 18,
"mentionContent": "谢谢你的关注",
"createtime": 1699863094,
"thumbUrl": "",
"mentionId": 268435463,
"refObjectId": 140674547237424,
"refCommentId": 0,
"flag": 0,
"extflag": 3,
"refContent": "",
"mediaType": 0,
"description": "",
"replyNickname": "",
"refObjectNonceId": "",
"username": "v2_060000231003b20faec8c7e58d1dcad6ce0ced33b0773abe5958d674168d77f7102844347047@finder",
"contact": {
"contact": {
"username": "v2_060000231003b20faec8c7e58d1dcad6ce0ced33b0773abe5958d674168d77f7102844347047@finder",
"nickname": "我的生活选择",
"headUrl": "https://wx.qlogo.cn/finderhead/ver_1/qOI5dkUOJ8YodCzzxP9ibztL9XrEbTeq0qJSXXeWribxs0eJicNBHOOLtJOAKpltTyboILgerib13g2tbQfws6QFiajvcvKD935KeibMcVYeguegA/0",
"seq": 57,
"signature": "追求自己想要的生活,努力前进,让自己变的更好",
"authInfo": {},
"coverImgUrl": "",
"spamStatus": 0,
"extFlag": 262156,
"extInfo": {
"country": "CN",
"province": "Hunan",
"city": "Shaoyang",
"sex": 2
},
"liveStatus": 2,
"liveCoverImgUrl": "",
"liveInfo": {
"anchorStatusFlag": 2048,
"switchFlag": 53727,
"lotterySetting": {
"settingFlag": 0,
"attendType": 4
}
},
"status": 0
}
},
"refObjectType": 0,
"extInfo": {
"appName": "",
"entityId": ""
},
"svrMentionId": 8,
"followFlag": 0,
"orderCount": 0,
"interactionCount": 0,
"forceUseRefContent": 0
}
]
},
"lastBuff": "CAgQABj///9/"
}
}
最后修改时间: 1 个月前