curl --location --request GET 'http://localhost:9090/attendanceAppeals/teaAttendanceAppealSummary?pageNo=2&pageSize=2'
{ "code": 1, "msg": "success", "data": { "total": "7", "rows": [ { "id": 32, "courseName": "算法与数据结构", "reason": "1", "status": "2023-09-19 16:01:39" }, { "id": 33, "courseName": "算法与数据结构", "reason": "1", "status": "2023-09-19 16:01:39" } ] } }