@apis1990
2016-08-24T04:00:19.000000Z
字数 1508
阅读 571
电子教练ECoach
测试地址:http://36.33.24.119:8081/ecoach/api/get_exam_history.php
参数 | 类型 | 是否必须 | 描述 |
---|---|---|---|
user_id | int | yes | 用户id |
测试服务器可供测试的数据有 user_id = 12051
返回demo1
{
"code": 200,
"data": [
{
"id": "153",
"exam_id": "4",
"user_id": "12051", // 用户id
"site_id": "1",
"car_id": "1",
"identity_id": "340823199409305318", //身份号码
"text_url": "http://60.173.247.68:8081/ecoach/api/../upload/20160802/exam_record_1470125551PxZ34s.txt", // 可下载的txt地址
"time_interval": "1469772000.000000", // 时间戳
"downloadable": 1, // 1 可下载 2 不可下载
"site_name": "南峝训练基地", // 场地名称
"site_address": "望江西路800号动漫基地嘻哈驾校", //场地地址
"imgurl": "http://60.173.247.68:8081/upload\\coach\\26\\20160802/coach_car_1470098732.png" // 场地图片
},
{
"id": "154",
"exam_id": "2",
"user_id": "12051",
"site_id": "1",
"car_id": "1",
"identity_id": "340823199409305318",
"text_url": "http://60.173.247.68:8081/ecoach/api/../upload/20160802/exam_record_14701255477vczO2.txt",
"time_interval": "1469685600.000000",
"downloadable": 1,
"site_name": "南峝训练基地",
"site_address": "望江西路800号动漫基地嘻哈驾校",
"imgurl": "http://60.173.247.68:8081/upload\\coach\\26\\20160802/coach_car_1470098732.png"
},
{
"id": "155",
"exam_id": "1",
"user_id": "0",
"site_id": "1",
"car_id": "1",
"identity_id": "340823199409305318",
"text_url": "http://60.173.247.68:8081/ecoach/api/../upload/20160803/exam_record_1470188144dtUZBb.txt",
"time_interval": "1469685600.000000",
"downloadable": 1,
"site_name": "南峝训练基地",
"site_address": "望江西路800号动漫基地嘻哈驾校",
"imgurl": "http://60.173.247.68:8081/upload\\coach\\26\\20160802/coach_car_1470098732.png"
}
]
}