curl --location -g --request GET 'https://api.worktool.ymdyes.cn/robot/wework/message?robotId=worktool1&title=&page=1&size=10&sort=create_time,desc&startTime=2020-12-12 00:00:00&endTime=2030-12-12 00:00:00'
{
"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"
}
]
}
}