[关闭]
@apis1990 2016-08-24T04:00:19.000000Z 字数 1508 阅读 571

电子教练ECoach


获取学员训练历史列表


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

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

2. 请求方式:POST

3. 请求参数:

参数 类型 是否必须 描述
user_id int yes 用户id

测试服务器可供测试的数据有 user_id = 12051

4. 接口返回结果

返回demo1

  1. {
  2. "code": 200,
  3. "data": [
  4. {
  5. "id": "153",
  6. "exam_id": "4",
  7. "user_id": "12051", // 用户id
  8. "site_id": "1",
  9. "car_id": "1",
  10. "identity_id": "340823199409305318", //身份号码
  11. "text_url": "http://60.173.247.68:8081/ecoach/api/../upload/20160802/exam_record_1470125551PxZ34s.txt", // 可下载的txt地址
  12. "time_interval": "1469772000.000000", // 时间戳
  13. "downloadable": 1, // 1 可下载 2 不可下载
  14. "site_name": "南峝训练基地", // 场地名称
  15. "site_address": "望江西路800号动漫基地嘻哈驾校", //场地地址
  16. "imgurl": "http://60.173.247.68:8081/upload\\coach\\26\\20160802/coach_car_1470098732.png" // 场地图片
  17. },
  18. {
  19. "id": "154",
  20. "exam_id": "2",
  21. "user_id": "12051",
  22. "site_id": "1",
  23. "car_id": "1",
  24. "identity_id": "340823199409305318",
  25. "text_url": "http://60.173.247.68:8081/ecoach/api/../upload/20160802/exam_record_14701255477vczO2.txt",
  26. "time_interval": "1469685600.000000",
  27. "downloadable": 1,
  28. "site_name": "南峝训练基地",
  29. "site_address": "望江西路800号动漫基地嘻哈驾校",
  30. "imgurl": "http://60.173.247.68:8081/upload\\coach\\26\\20160802/coach_car_1470098732.png"
  31. },
  32. {
  33. "id": "155",
  34. "exam_id": "1",
  35. "user_id": "0",
  36. "site_id": "1",
  37. "car_id": "1",
  38. "identity_id": "340823199409305318",
  39. "text_url": "http://60.173.247.68:8081/ecoach/api/../upload/20160803/exam_record_1470188144dtUZBb.txt",
  40. "time_interval": "1469685600.000000",
  41. "downloadable": 1,
  42. "site_name": "南峝训练基地",
  43. "site_address": "望江西路800号动漫基地嘻哈驾校",
  44. "imgurl": "http://60.173.247.68:8081/upload\\coach\\26\\20160802/coach_car_1470098732.png"
  45. }
  46. ]
  47. }
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注