{
"autoPaperId":1632722205412491266,
"paperName": "test7",
"courseId": "1518868937486368710",
"questionsType": [
{
"questionType": "3",
"questionNum": 2,
"isDifficult": 1,
"isPoint": 1,
"isScore": 0,
"score":2,
"questionsPoint":[
{
"pointId":1548237376028262402,
"midPointQuestionNum":1
},
{
"pointId":1548237398266462210,
"midPointQuestionNum":1
}
]
}
]
}curl --location --request PUT '43.139.194.209:8088/paper/teacher/update-auto-template' \
--header 'Content-Type: application/json' \
--data-raw '{
"autoPaperId":1632722205412491266,
"paperName": "test7",
"courseId": "1518868937486368710",
"questionsType": [
{
"questionType": "3",
"questionNum": 2,
"isDifficult": 1,
"isPoint": 1,
"isScore": 0,
"score":2,
"questionsPoint":[
{
"pointId":1548237376028262402,
"midPointQuestionNum":1
},
{
"pointId":1548237398266462210,
"midPointQuestionNum":1
}
]
}
]
}'{"code":200,"msg":"操作成功"}