{
"paperId": "1627570955444334593",
"studentId":"1523918834958868482",
"questionCorrectDTOS": [
{
"questionId": "1627570949727498241",
"score": 0
}
]
}
curl --location --request POST '43.139.194.209:8088/paper/teacher/correct-paper' \
--header 'Content-Type: application/json' \
--data-raw '{
"paperId": "1627570955444334593",
"studentId":"1523918834958868482",
"questionCorrectDTOS": [
{
"questionId": "1627570949727498241",
"score": 0
}
]
}'
{
"code": 200,
"msg": "操作成功"
}