Authorization: Bearer ********************
curl --location --request GET '/hmd-wx/api/v2/messagectx/message/watch/history/session' \
--header 'x-time-zone: Asia/Shanghai' \
--header 'x-timestamp: {% mock '\''timestamp'\'', '\''ms'\'' %}' \
--header 'x-request-id: {% mock '\''uuid'\'' %}' \
--header 'x-device-model: HMWX' \
--header 'x-status-signal: 34' \
--header 'x-status-signal-max: 67' \
--header 'x-status-battery: 45' \
--header 'x-step: 11' \
--header 'Authorization: Bearer <token>'
{
"code": 0,
"message": "string",
"data": {
"sessions": [
{
"sid": "G_1844258952930385920",
"name": "主集非毛的家庭群聊",
"isGroup": true,
"unreadCount": 2,
"unreadOldMsgId": 1846119217811089400,
"content": null,
"messageType": 1,
"members": [
{
"refId": "283b1f62-a876-42c6-a560-268efc07439c",
"refType": 2,
"refRole": 3,
"avatar": "http://dummyimage.com/200x200",
"name": "主集非毛"
},
{
"refId": "01926a2d-875a-711e-9566-5f4d9444a850",
"refType": 1,
"refRole": 1,
"avatar": null,
"name": "哥哥"
}
]
},
{
"sid": "283b1f62-a876-42c6-a560-268efc07439c",
"name": "主集非毛",
"isGroup": false,
"unreadCount": 0,
"unreadOldMsgId": 0,
"content": null,
"messageType": 1,
"members": [
{
"refId": "283b1f62-a876-42c6-a560-268efc07439c",
"refType": 2,
"refRole": 3,
"avatar": "http://dummyimage.com/200x200",
"name": "主集非毛"
},
{
"refId": "01926a2d-875a-711e-9566-5f4d9444a850",
"refType": 1,
"refRole": 1,
"avatar": null,
"name": "哥哥"
}
]
}
]
}
}