{
"type": 0,
"paperId": 0
}
curl --location --request POST 'http://test-apisix.taolihanyu.net/question/app-api/v2/hsk-exam/examination-paper-list' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}}}' \
--header 'Authorization: bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 0,
"paperId": 0
}'
{
"code": "",
"data": {
"currentLevel": 0,
"hskLevels": [
0
],
"papers": {
"0": [
{
"id": 0,
"coverImage": "",
"name": "",
"hskLevel": 0,
"type": 0,
"answerMode": 0,
"totalTime": 0,
"fullScore": 0.0,
"preNotice": "",
"isCompleted": false,
"score": 0.0,
"plates": [
{
"type": 0,
"time": 0,
"questionCount": 0
}
]
}
]
}
},
"msg": "",
"total": 0
}