curl --location --request GET 'http://localhost:9090/leaves/teaLeaveSummary?pageNo=&pageSize=' \
--header 'Authorization;'
{
"code": 1,
"msg": "success",
"data": {
"total": "7",
"rows": [
{
"leaveId": 32,
"courseName": "算法与数据结构",
"reason": "5",
"beginTime": "2023-11-17 15:50:00",
"endTime": "2023-11-17 17:30:00",
"status": "1"
},
{
"leaveId": 33,
"courseName": "算法与数据结构",
"reason": "5",
"beginTime": "2023-11-10 15:50:00",
"endTime": "2023-11-10 17:30:00",
"status": "1"
}
]
}
}