{
"method": "/msg/syncMsg",
"params": {
"guid": "{{guid}}",
"msgSeq": 922530,
"limit": 10
}
}curl --location --request POST '/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: {{tokenId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "/msg/syncMsg",
"params": {
"guid": "{{guid}}",
"msgSeq": 922530,
"limit": 10
}
}'{
"code": 0,
"data": {
"hasMore": 1,
"syncMsgList": [
{
"fromRoomId": 1023,
"isRoomNotice": 0,
"msgData": {
"atList": null,
"content": ""
},
"msgServerId": 101781,
"msgType": 0,
"msgUniqueIdentifier": "business|timer_remind_overdue_daily_bar|1970325054010_1708272000",
"receiverId": "",
"senderId": "",
"senderName": "",
"seq": 9221964,
"timestamp": 1708324990
}
],
"travelSyncKey": 922174
},
"msg": "成功"
}