{
"courseType": 0,
"courseId": 0,
"unitId": 0,
"lessonId": 0,
"practiceBookId": 0,
"moduleType": 0,
"partNum": 0,
"answers": [
{
"id": 0,
"parentId": 0,
"score": 0,
"fluentScore": 0,
"completeScore": 0,
"accuracyScore": 0,
"answer": 2,
"skipNext": "string",
"answerContent": "string",
"duration": 0,
"extraAnswer": "string",
"title": "string",
"courseId": 0
}
]
}
curl --location --request POST 'http://test-apisix.taolihanyu.net/roadmap/app-api/v1/hsk-course/answer/add' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}}}' \
--header 'Authorization: bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"courseType": 0,
"courseId": 0,
"unitId": 0,
"lessonId": 0,
"practiceBookId": 0,
"moduleType": 0,
"partNum": 0,
"answers": [
{
"id": 0,
"parentId": 0,
"score": 0,
"fluentScore": 0,
"completeScore": 0,
"accuracyScore": 0,
"answer": 2,
"skipNext": "string",
"answerContent": "string",
"duration": 0,
"extraAnswer": "string",
"title": "string",
"courseId": 0
}
]
}'
{
"code": "",
"data": false,
"msg": "",
"total": 0
}