{
"paperId": "string",
"studentIds": [
"string"
],
"startTime": "string",
"endTime": "string",
"isAllowMakeUp": 0,
"isGetHighScore": 0,
"isMultiHalfScore": 0,
"remakeTime": 0
}curl --location '43.139.194.209:8088/paper/teacher/release-homework' \
--header 'Content-Type: application/json' \
--data '{
"paperId": "string",
"studentIds": [
"string"
],
"startTime": "string",
"endTime": "string",
"isAllowMakeUp": 0,
"isGetHighScore": 0,
"isMultiHalfScore": 0,
"remakeTime": 0
}'{"code":200,"msg":"操作成功"}