On this page
我的考试记录
接口URL
请求方式
GET
Content-Type
application/x-www-form-urlencoded
请求Header参数
参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 |
---|---|---|---|---|
appid | bd9d01ecc75dbbaaefce | String | 是 | 网校唯一appid |
token | eyj...Nj | String | 是 | 认证令牌 |
请求Query参数
参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 |
---|---|---|---|---|
page | 1 | Integer | 是 | 页码 |
成功响应示例
json5
{
"msg": "ok",
"data": {
"count": 1,
"rows": [
{
"id": 2,
"answer_status": 1,
"read_status": 1,
"score": 50,
"created_time": "2021-03-04 18:25:05",
"testpaper": {
"id": 1,
"title": "第一张试卷",
"total_score": 100,
"pass_score": 60,
"expire": 60,
"question_count": 5
}
},
// ...
]
},
"code": 20000
}