@apis1990
2016-08-24T04:00:09.000000Z
字数 535
阅读 480
电子教练ECoach
测试地址:http://36.33.24.119:8081/ecoach/api/check_upload_exam_history.php
参数 | 类型 | 是否必须 | 描述 |
---|---|---|---|
user_id | int | yes | 用户id |
site_id | int | yes | 场地id |
car_id | int | yes | 车辆id |
identity_no | string | yes | 身份证号 |
exam_history | 文件 | yes | 训练记录文件 |
{
"code": 200,
"data": {
"upload": [
"20", //需要上传的id
"19",
"17",
"16",
"15",
"14",
"13",
"12",
"11",
"10",
"9",
"8",
"7",
"6",
"5"
],
"download": [
"http://192.168.100.69/php/ecoach/api/../upload/20160509/exam_record_1462775450GLAtWe.txt" //下载链接
]
}
}
参数 | 类型 | 描述 |
---|---|---|
code | int | 200:成功 其它:错误 |
data | array | 查询结果集 |