暂无描述
Authorization: Bearer ********************
{
"id":12,
"name":"高考补录卷12",
"duration":60,
"questionType":4,
"passScore":60,
"questionConfig":[
{
"choice": 2,
"score": 10,
"total": 3,
"type": 1
},
{
"choice": 1,
"score": 20,
"total": 1,
"type": 3
},
{
"choice": 2,
"score": 25,
"total": 2,
"type": 4
}
],
}
curl --location --request PUT 'https://api.tolink.cloud/training/exam/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id":12,
"name":"高考补录卷12",
"duration":60,
"questionType":4,
"passScore":60,
"questionConfig":[
{
"choice": 2,
"score": 10,
"total": 3,
"type": 1
},
{
"choice": 1,
"score": 20,
"total": 1,
"type": 3
},
{
"choice": 2,
"score": 25,
"total": 2,
"type": 4
}
],
}'
{
"code": 0,
"data": "编辑成功",
"msg": "success"
}