[关闭]
@apis1990 2016-08-24T03:46:29.000000Z 字数 798 阅读 1482

在线题库


在线题库--查看错题或者收藏


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

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

2.请求方式:POST

3.请求参数:

参数 类型 是否必须 描述
user_id int 必选 用户id
type int 必选 类型:1错题 2收藏

4.接口返回结果

  1. {
  2. "code": 200,
  3. "data": [
  4. {
  5. "id": "1229",
  6. "question": "下列哪个指示灯亮表示车辆在使用远光灯。",
  7. "an1": "C图",
  8. "an2": "D图",
  9. "an3": "B图",
  10. "an4": "A图",
  11. "answertrue": "2",
  12. "imageurl": "/DrivingImg/p_496.jpg",
  13. "explain": "A是驻车制动器处于制动状态;B是前后雾灯;C是车灯总开关;D是远光灯。妥妥的选B",
  14. "type": "2",
  15. "chapterid": "4",
  16. "SpeId": "",
  17. "ctype": "C1",
  18. "stype": "1",
  19. "mimetype": "",
  20. "mediatype": 0
  21. }
  22. }
参数 类型 描述
code int 状态码:200 --- 成功 其它 --- 异常
data array 返回数据集
- - -
id int 题目id
question string 题目内容
an1 string 答案1
an2 string 答案2
an3 string 答案3
an4 string 答案4
answertrue int 正确答案
imageurl string 题目图片
explain string 答案解析
type int 题目类型:1判断题 2单选题 3多选题
SpeId int 特殊id
ctype string 驾照类型:C1 A1 A2 D
stype string 科目:1/4
mimetype string image/png , image/jpg
mediatype int 0 无 1 图片 2 视频或音频
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注