@apis1990
2016-08-14T03:49:14.000000Z
字数 490
阅读 410
v2-驾考在线模拟题库
测试地址:http://36.33.24.119:8081/api/v2/exam/chapter_list.php
参数 | 类型 | 是否必须 | 描述 |
---|---|---|---|
ctype | string | yes | 车型 (C1, A2) |
stype | int | yes | 科目类型 (1, 4) |
{
"code": "106",
"data": "请求错误" //请求方式 METHOD 不正确
}
{
"code": 102,
"data": "参数错误" // 请检查参数个数及参数类型
}
{
"code": 200,
"data": {
"chapter_list": []
}
}
{
"code": 200,
"data": {
"chapter_list": [
{
"cid": "121", //章节id
"title": "道路交通安全法律、法规和规章", //标题
"total": "551" //此章节下的题目总数
},
{
"cid": "122",
"title": "交通信号",
"total": "337"
}
]
}
}