批改试卷
开发中PUT
/api/answers/correct请求参数
Header 参数
Authorization
string
token
Body 参数application/json
list
array [object {2}]
必需
id
integer
用户回答id
score
integer
用户得分
示例
{
"list": [
{
"id": 0,
"score": 0
}
]
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
data
object
必需
msg
string
必需
示例
成功示例
{
"code": 200,
"data": {},
"msg": "批改试卷完成"
}
最后修改时间: 9 个月前