{
"page": 1,
"size": 20,
"year": 0,
"level": 1,
"part": 0,
"type": 0
}
curl --location --request POST 'http://test-apisix.taolihanyu.net/roadmap/app-api/v1/hsk-real-question/list' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}}}' \
--header 'Authorization: bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"size": 20,
"year": 0,
"level": 1,
"part": 0,
"type": 0
}'
{
"code": "",
"data": {
"years": [
0
],
"hskLevels": [
0
],
"selectLevels": 0,
"selectyear": 0,
"realQuestions": [
{
"level": 0,
"year": "",
"realQuestionId": 0,
"volumeNumber": "",
"learnedQuantity": 0,
"totalQuantity": 0,
"isLearning": 0,
"partInfo": {
"name": "",
"learnedQuantity": 0,
"totalQuantity": 0,
"errorQuantity": 0,
"correctQuantity": 0,
"reportId": 0,
"practiceBookId": 0,
"listenSwitch": 0,
"articles": [
{
"id": 0,
"hskLevel": "",
"openPinyin": 0,
"mode": 0,
"dialogNum": 0,
"dialogDisplay": "",
"lang": "",
"title": "",
"zhTitle": "",
"pinyin": "",
"picture": "",
"subtitleType": 0,
"audioUrl": "",
"duration": 0,
"subtitleList": [
{
"articleId": 0,
"version": 0,
"lang": "",
"pinyin": "",
"content": "",
"translation": "",
"speaker": "",
"startTime": "",
"endTime": "",
"sort": 0,
"wordExplain": [
{
"word": null,
"pinyin": null,
"position": null
}
]
}
]
}
]
}
}
],
"yearRealExams": [
{
"sort": 0,
"year": 0,
"realQuestions": [
{
"level": 0,
"year": "",
"realQuestionId": 0,
"volumeNumber": "",
"learnedQuantity": 0,
"totalQuantity": 0,
"isLearning": 0,
"partInfo": {
"name": "",
"learnedQuantity": 0,
"totalQuantity": 0,
"errorQuantity": 0,
"correctQuantity": 0,
"reportId": 0,
"practiceBookId": 0,
"listenSwitch": 0,
"articles": [
{
"id": 0,
"hskLevel": "",
"openPinyin": 0,
"mode": 0,
"dialogNum": 0,
"dialogDisplay": "",
"lang": "",
"title": "",
"zhTitle": "",
"pinyin": "",
"picture": "",
"subtitleType": 0,
"audioUrl": "",
"duration": 0,
"subtitleList": [
{
"articleId": 0,
"version": 0,
"lang": "",
"pinyin": "",
"content": "",
"translation": "",
"speaker": "",
"startTime": "",
"endTime": "",
"sort": 0,
"wordExplain": [
{
"word": null,
"pinyin": null,
"position": null
}
]
}
]
}
]
}
}
]
}
]
},
"msg": "",
"total": 0
}