{}
curl --location --request POST 'http://test-apisix.taolihanyu.net/roadmap/app-api/v1/hsk-course/web/special-practice/list' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}}}' \
--header 'Authorization: bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": "",
"data": {
"hasSpecialPractice": false,
"hskSpecialCourseList": [
{
"courseId": 0,
"courseName": "",
"hskLevel": 0,
"courseStatus": 0,
"unitSpecialPracticeList": [
{
"unitId": 0,
"unitName": "",
"unitSort": 0,
"specialPracticeName": "",
"specialPracticeBookList": [
{
"practiceBookId": 0,
"practiceBookName": "",
"reportId": 0,
"questionNum": 0,
"status": 0,
"lessonType": 0,
"lessonSort": 0,
"duration": 0
}
]
}
]
}
]
},
"msg": "",
"total": 0
}