curl --location '/p/wuKongIm/channel/messageSync' \
--header 'Content-Type: application/json' \
--data '{
"login_uid": "string",
"channel_id": "string",
"channel_type": 0,
"start_message_seq": 0,
"end_message_seq": 0,
"limit": 0,
"pull_mode": 0
}'{
"code": "",
"msg": "",
"data": {
"employeeId": 0,
"startMessageSeq": 0,
"endMessageSeq": 0,
"more": 0,
"messages": [
{
"header": {
"noPersist": 0,
"redDot": 0,
"syncOnce": 0
},
"setting": 0,
"messageId": 0,
"clientMsgNo": "",
"messageSeq": 0,
"fromUid": "",
"channelId": "",
"channelType": "",
"timestamp": 0,
"payload": "",
"nickName": "",
"pic": "",
"sendUserType": 0
}
]
},
"version": "",
"timestamp": 0,
"sign": ""
}