{
"quType":1,
"content":"测试单选1",
"repoId":2,
"options":[
{"isRight":1,"content":"测试试题1选项1"},
{"isRight":0,"content":"测试试题1选项2"},
{"isRight":0,"content":"测试试题1选项3"},
{"isRight":0,"content":"测试试题1选项4"}
],
// "answer":"测试单题添加简答题"
}
curl --location --request POST 'http://127.0.0.1:8080/api/questions/single' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"quType":1,
"content":"测试单选1",
"repoId":2,
"options":[
{"isRight":1,"content":"测试试题1选项1"},
{"isRight":0,"content":"测试试题1选项2"},
{"isRight":0,"content":"测试试题1选项3"},
{"isRight":0,"content":"测试试题1选项4"}
],
// "answer":"测试单题添加简答题"
}'
{
"code": 200,
"data": {},
"msg": "修改成功"
}