curl --location --request GET 'http://prod-cn.your-api-server.com/school/check/queryCheckStudentCycleReport.json'
{
"rowList": [
{
"title": "",
"desc": "",
"id": 0
}
],
"colList": [
{
"title": "",
"desc": "",
"id": 0
}
],
"dataList": [
[
{
"id": 0,
"checkId": 0,
"studentId": 0,
"studentName": "",
"lessonId": 0,
"lessonName": "",
"checkDate": "",
"checkStatus": 0
}
]
]
}