curl --location --request GET 'http://test-ops.taolihanyu.net/test/roadmap/app-api/v1/hsk-course/query/week-report/' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}},'\''userType'\'':,'\''campusId'\'':}' \
--header 'Authorization: bearer {{access_token}}' \
--header 'a-version: 4.14.0' \
--header 'a-language: zh' \
--header 'ostype: ios'{
"code": "",
"data": {
"id": 0,
"weekNumber": 0,
"studySumTimes": 0,
"studyAvgTimes": 0,
"vocabularyMastery": [
{
"classId": 0,
"courseId": 0,
"tagType": 0,
"tagValue": "",
"correctnessRate": 0.0,
"tagStatus": 0
}
],
"questionStatistics": {
"totalQuestionCount": 0,
"correctCount": 0,
"errorCount": 0,
"correctRate": 0.0,
"data": [
{
"subjectCode": "",
"subjectName": "",
"totalQuestionCount": 0,
"correctCount": 0,
"errorCount": 0,
"correctRate": 0.0
}
]
},
"classId": 0,
"username": "",
"mid": 0,
"isPush": 0,
"uid": 0,
"studyStatus": 0
},
"msg": "",
"total": 0
}