{
"paperId": 0,
"time": 0,
"paperSubs": [
{
"questionId": 0,
"sort": 0,
"type": 0,
"status": 0,
"score": 0,
"comment": "string",
"title": "string",
"answerList": [
{
"questionId": 0,
"answerText": "string",
"optionId": 0,
"answerBelong": 0,
"sort": 0,
"optionNumber": 0,
"title": "string"
}
]
}
],
"requestId": "string",
"useLang": "string",
"channelCode": "HSK_EXAM"
}curl --location --request POST 'http://test-apisix.taolihanyu.net/question/app-api/v1/hsk-exam/submit-exam-paper' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}},'\''userType'\'':,'\''campusId'\'':}' \
--header 'Authorization: bearer {{access_token}}' \
--header 'a-version: 4.14.0' \
--header 'a-language: zh' \
--header 'ostype: ios' \
--header 'Content-Type: application/json' \
--data-raw '{
"paperId": 0,
"time": 0,
"paperSubs": [
{
"questionId": 0,
"sort": 0,
"type": 0,
"status": 0,
"score": 0,
"comment": "string",
"title": "string",
"answerList": [
{
"questionId": 0,
"answerText": "string",
"optionId": 0,
"answerBelong": 0,
"sort": 0,
"optionNumber": 0,
"title": "string"
}
]
}
],
"requestId": "string",
"useLang": "string",
"channelCode": "HSK_EXAM"
}'{
"code": "",
"data": {
"reportId": 0
},
"msg": "",
"total": 0
}