curl --location --request GET 'http://localhost:8081/system/Agenda/list?agendaId=&conferenceId=&title=&headMan=&beginTime=&duration=' \
--header 'Authorization: '
{
"total": 0,
"rows": [
{
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"agendaId": 0,
"conferenceId": 0,
"title": "string",
"headMan": 0,
"beginTime": "2019-08-24T14:15:22Z",
"duration": 0,
"summary": "string",
"attachmentId": 0,
"nickName": "string"
}
],
"code": 0,
"msg": "string",
"map": {
"property1": {},
"property2": {}
}
}