On this page
考试阅卷
接口URL
http://demonuxtapi.dishait.cn/admin/s/user_test/update_readstatus
请求方式
POST
Content-Type
json
请求Header参数
参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 |
---|---|---|---|---|
token | eyj...Nj | String | 是 | 用户token |
schoolid | 11 | Integer | 是 | 网校id |
请求Body参数
json5
{
"id": 1,
"scores": [
10,
10
]
}
字段描述
参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 |
---|---|---|---|---|
id | 1 | Integer | 是 | 考试id |
scores | [10,10] | Array | 是 | 每个题目的分数 |
错误响应示例
json5
{
"msg": "fail",
"data": "当前考试已经阅卷完成"
}