{
"page": 1,
"size": 20,
"hskLevel": 0,
"type": 0,
"parentId": 0,
"businessType": 0,
"courseId": 0,
"dateTime": "string"
}
curl --location --request POST 'http://test-apisix.taolihanyu.net/question/app-api/v1/hsk-exam/wrong-question-book' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}}}' \
--header 'Authorization: bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"size": 20,
"hskLevel": 0,
"type": 0,
"parentId": 0,
"businessType": 0,
"courseId": 0,
"dateTime": "string"
}'
{
"code": "",
"data": [
{
"practiceRecordId": 0,
"questionId": 0,
"name": "",
"createTime": "",
"sort": 0,
"questionSum": 0,
"type": 0,
"pid": 0,
"answerList": [
{
"questionId": 0,
"answerText": "",
"optionId": 0,
"answerBelong": 0,
"sort": 0,
"optionNumber": 0,
"title": ""
}
],
"wrongNum": 0,
"updateTime": "",
"courseId": 0,
"unitId": 0,
"lessonId": 0,
"practiceBookId": 0,
"moduleType": 0,
"unitSort": 0,
"lessonSort": 0,
"status": 0,
"questionCode": "",
"subjectCode": ""
}
],
"msg": "",
"total": 0
}