curl --location --request GET 'http://test-apisix.taolihanyu.net/roadmap/hsk-class/study-statistic-summary-situation' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}}}' \
--header 'Authorization: bearer {{access_token}}'
正确率
已掌握:班级内对某道题的正确率≥80%,那么某道题的标签将显示在已掌握,用绿色标明
一般掌握:班级内对某道题的60%≤正确率<80%,那么某道题的标签将显示在一般掌握,用黄色标明
未掌握:班级内对某道题的正确率<60%,那么某道题的标签将显示在未掌握,用红色标明
{
"code": "",
"data": [
{
"classId": 0,
"courseId": 0,
"tagType": 0,
"tagValue": "",
"correctnessRate": 0.0,
"tagStatus": 0
}
],
"msg": "",
"total": 0
}