@apis1990
2016-08-24T03:45:59.000000Z
字数 354
阅读 607
在线题库
测试地址:http://36.33.24.119:8081/api/add_exam_record.php
参数 | 类型 | 是否必须 | 描述 |
---|---|---|---|
user_id | int | Yes | 用户id |
error_exam_id | string | Yes | 逗号分隔的错误题号 |
score | int | Yes | 模拟考试分数 |
subject | int | Yes | 科目: 1, 4 |
license | string | Yes | 牌照类型: C1, A2 |
total_time | int | Yes | 考试用时, 单位: 秒 |
{
"code": 200,
"data": "操作成功"
}
参数 | 类型 | 描述 |
---|---|---|
code | int | 状态码:200 --- 成功 其它 --- 异常 |
data | string | 返回提示文字 |