{
"method": "/msg/syncMsg",
"params": {
"guid": "",
"msgSeq": 922530,
"limit": 10
}
}curl --location '/work-weixin/api/doApi' \
--header 'X-QIWEI-TOKEN;' \
--header 'Content-Type: application/json' \
--data '{
"method": "/msg/syncMsg",
"params": {
"guid": "",
"msgSeq": 922530,
"limit": 10
}
}'{
"code": 0,
"data": {
"hasMore": 0,
"syncMsgList": [
{
"fromRoomId": 0,
"isRoomNotice": 0,
"msgData": {
"atList": null,
"content": "string"
},
"msgServerId": 0,
"msgType": 0,
"msgUniqueIdentifier": "string",
"receiverId": "string",
"senderId": "string",
"senderName": "string",
"seq": 0,
"timestamp": 0
}
],
"travelSyncKey": 0
},
"msg": "string"
}