curl --location --request GET 'http://localhost:8081/meeting/tingwu/getMeetingByPage?id=&tingwuTaskId=&meetingUrl=&dialogueContent=&dialogueResult=&dialogueName=&startTime=&userId=&deptId='
{
"total": 0,
"rows": [
{
"id": 0,
"tingwuTaskId": "string",
"meetingUrl": "string",
"dialogueContent": "string",
"dialogueResult": "string",
"dialogueName": "string",
"startTime": "2019-08-24T14:15:22Z",
"userId": 0,
"deptId": 0,
"userName": "string",
"deptName": "string"
}
],
"code": 0,
"msg": "string",
"map": {
"property1": {},
"property2": {}
}
}