{
"realQuestionId": 0
}
curl --location --request POST 'http://test-apisix.taolihanyu.net/roadmap/app-api/v1/hsk-real-question/detail' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}}}' \
--header 'Authorization: bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"realQuestionId": 0
}'
{
"code": "",
"data": {
"level": 0,
"realQuestionId": 0,
"volumeNumber": "",
"practiceBooks": [
{
"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": "",
"pinyin": "",
"position": 0
}
]
}
]
}
]
}
]
},
"msg": "",
"total": 0
}