curl --location -g --request GET 'https://api.worktool.ymdyes.cn/wework/listRawMessage?robotId=worktool1&messageId=&page=1&size=10&sort=create_time,desc'
{
"code": 0,
"message": "string",
"data": {
"pageNum": 0,
"pageSize": 0,
"totalPage": 0,
"total": 0,
"list": [
{
"robotId": "string",
"workType": "string",
"titleList": "string",
"nameList": "string",
"sender": 0,
"type": 0,
"itemMsgList": "string",
"createTime": "string"
}
]
}
}