@apis1990
2016-08-14T03:49:25.000000Z
字数 417
阅读 416
v2-驾考在线模拟题库
测试地址:http://36.33.24.119:8081/api/v2/exam/chapter.php
参数 | 类型 | 是否必须 | 描述 |
---|---|---|---|
ctype | string | yes | 车型 (C1, A2) |
stype | int | yes | 科目类型 (1, 4) |
chapterid | int | yes | 章节id (121) |
{
"code": "106",
"data": "请求错误" //请求方式 METHOD 不正确
}
{
"code": 102,
"data": "参数错误" // 请检查参数个数及参数类型
}
{
"code": 200,
"data": {
"question_ids": [] //结果空集
}
}
"code": 200,
"data": {
"question_ids": [
2499,
2500,
2501, //题目id
]
}
}