curl --location --globoff 'https://api.worktool.ymdyes.cn/robot/wework/message?robotId=worktool1&title=&page=1&size=10&sort=create_time%2Cdesc&startTime=2020-12-12%2000%3A00%3A00&endTime=2030-12-12%2000%3A00%3A00'{
"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"
}
]
}
}