[关闭]
@apis1990 2016-08-14T03:52:32.000000Z 字数 364 阅读 596

电子教练ECoach


上传训练记录


1. URL:/service/ecoach/api/upload_exam_record.php

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

2. 请求方式:POST

3. 请求参数:

参数 类型 是否必须 描述
user_id int yes 用户id
site_id int yes 场地id
car_id int yes 车辆id
identity_no string yes 身份证号
exam_id int yes 训练id
time_interval int yes 时间戳
exam_record 文件 yes 训练记录文件

4. 接口返回结果

  1. {
  2. "code": 200,
  3. "data": "上传保存成功"
  4. }
参数 类型 描述
code int 200:成功 其它:错误
data string 提示信息
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注