Authorization: Bearer ********************curl --location --request GET '/api/chat/msg/page?pageSize=&cursor=&roomId=' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {
"cursor": "string",
"isLast": true,
"list": [
{
"fromUser": {
"uid": 0
},
"message": {
"id": 0,
"roomId": 0,
"sendTime": "2019-08-24T14:15:22.123Z",
"type": 0,
"body": {}
}
}
]
},
"message": "string"
}