[关闭]
@apis1990 2016-08-24T03:45:50.000000Z 字数 541 阅读 592

在线题库


在线题库--获取题库的章节列表


1.URL:/service/api/get_exam_chapters.php

测试地址:http://36.33.24.119:8081/api/get_exam_chapters.php

2.请求方式:POST

3.请求参数:

参数 类型 是否必须 描述
subject int Yes 科目: 1, 4
license string Yes 牌照类型: C1, A2

4.接口返回结果

  1. {
  2. "code": 200,
  3. "data": [
  4. {
  5. "title": "道路交通安全法律、法规和规章",
  6. "cid": "1",
  7. "id": "1",
  8. "count": "474"
  9. },
  10. {
  11. "title": "交通信号",
  12. "cid": "2",
  13. "id": "2",
  14. "count": "340"
  15. },
  16. {
  17. "title": "安全行车、文明驾驶基础知识",
  18. "cid": "3",
  19. "id": "3",
  20. "count": "304"
  21. },
  22. {
  23. "title": "机动车驾驶操作相关基础知识",
  24. "cid": "4",
  25. "id": "4",
  26. "count": "111"
  27. }
  28. ]
  29. }
参数 类型 描述
code int 状态码:200 --- 成功 其它 --- 异常
data Array 返回的结果数据集合
title string 章节标题
cid int 章节id
id int --
count int 每章的题目数量
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注