{
"studentId": "2c9180825f94b830015fa3956610211a",
"questions": [
{
"questionId": "50909ad1f66647a3930e2198044cd769",
"score": 1,
"comment": "consequat reprehenderit cillum velit"
}
]
}
curl --location --request POST '/uplus/v1/homeworks/432469e90e7243c2a9230f747b2143bf/review_student' \
--header 'Authorization: {{Authorization}}' \
--header 'Date: {{Date}}' \
--header 'Content-MD5: {{Content-MD5}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"studentId": "2c9180825f94b830015fa3956610211a",
"questions": [
{
"questionId": "50909ad1f66647a3930e2198044cd769",
"score": 1,
"comment": "consequat reprehenderit cillum velit"
}
]
}'
{"code":2000000,"data":[{"id":"961ec17fc2a7494fb919461e5cfc5c86","userId":"2c9180825f94b830015fa3956610211a","homeworkId":"432469e90e7243c2a9230f747b2143bf","questionId":"50909ad1f66647a3930e2198044cd769","userAnswer":"G","userScore":0.0,"submitTime":1590141861000,"readStatus":1,"readStatusName":"已批阅","correct":0,"remark":"openApi 修改"}],"success":true,"tracer":"CI111111-2E8A-4F2C-86D1-20D2111134C7","message":"成功","status":200}