{
"paperId": "string",
"paperName": "string",
"questionsScore": [
0
],
"questionIds": [
"string"
]
}curl --location --request PUT '43.139.194.209:8088/paper/teacher/update' \
--header 'Content-Type: application/json' \
--data '{
"paperId": "string",
"paperName": "string",
"questionsScore": [
0
],
"questionIds": [
"string"
]
}'{"code":200,"msg":"操作成功"}