{
"uniqueId": "1_11",
"pageStart": 0,
"pageSize": 20
}curl --location --request POST 'https://www.plaso.cn/dataentry/statistics/listStudentCourseData' \
--header 'Content-Type: application/json' \
--data-raw '{
"uniqueId": "1_11",
"pageStart": 0,
"pageSize": 20
}'{
"code": 0,
"obj": {
"total": 1,
"list": [
{
"packageId": 1234,
"packageName": "课程名",
"taskNum": 10,
"learnNum": 5,
"totalDuration": 600,
"maxProgress": 50
}
]
}
}