@apis1990
2016-08-24T03:46:29.000000Z
字数 798
阅读 1482
在线题库
测试地址:http://36.33.24.119:8081/api/get_user_practice.php
参数 | 类型 | 是否必须 | 描述 |
---|---|---|---|
user_id | int | 必选 | 用户id |
type | int | 必选 | 类型:1错题 2收藏 |
{
"code": 200,
"data": [
{
"id": "1229",
"question": "下列哪个指示灯亮表示车辆在使用远光灯。",
"an1": "C图",
"an2": "D图",
"an3": "B图",
"an4": "A图",
"answertrue": "2",
"imageurl": "/DrivingImg/p_496.jpg",
"explain": "A是驻车制动器处于制动状态;B是前后雾灯;C是车灯总开关;D是远光灯。妥妥的选B",
"type": "2",
"chapterid": "4",
"SpeId": "",
"ctype": "C1",
"stype": "1",
"mimetype": "",
"mediatype": 0
}
}
参数 | 类型 | 描述 |
---|---|---|
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 视频或音频 |