@apis1990
2016-08-24T03:45:50.000000Z
字数 541
阅读 605
在线题库
测试地址:http://36.33.24.119:8081/api/get_exam_chapters.php
| 参数 | 类型 | 是否必须 | 描述 |
|---|---|---|---|
| subject | int | Yes | 科目: 1, 4 |
| license | string | Yes | 牌照类型: C1, A2 |
{"code": 200,"data": [{"title": "道路交通安全法律、法规和规章","cid": "1","id": "1","count": "474"},{"title": "交通信号","cid": "2","id": "2","count": "340"},{"title": "安全行车、文明驾驶基础知识","cid": "3","id": "3","count": "304"},{"title": "机动车驾驶操作相关基础知识","cid": "4","id": "4","count": "111"}]}
| 参数 | 类型 | 描述 |
|---|---|---|
| code | int | 状态码:200 --- 成功 其它 --- 异常 |
| data | Array | 返回的结果数据集合 |
| title | string | 章节标题 |
| cid | int | 章节id |
| id | int | -- |
| count | int | 每章的题目数量 |
