sys.http 1017 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. POST https://ecs-dev.qmth.com.cn:8878/api/ecs_core/auth/login
  2. Content-Type: application/json;charset=UTF-8
  3. {"domain":"ecs-dev.qmth.com.cn",
  4. "accountValue":"20180613",
  5. "password":"180613",
  6. "accountType":"STUDENT_CODE"}
  7. @token = d991f4022c0949abaa238cbe823ba024
  8. @key = U_S_109_53286
  9. /**
  10. 登录应该取出所有用户的基础信息.
  11. 用户唯一标识
  12. 姓名
  13. 机构 & 学习中心
  14. 头像
  15. **/
  16. ###
  17. GET https://ecs-dev.qmth.com.cn:8878/api/sys_param?org_id=109
  18. token: {{token}}
  19. key: {{key}}
  20. /**
  21. 废弃?
  22. **/
  23. /**
  24. 网考学生端总体API/model规划:
  25. User
  26. Exam (startTime/endTime, scoreList)
  27. startExam
  28. verifySnapshotPhoto
  29. heartbeat (leftTime)
  30. Question
  31. saveQuestion (answer, signed)
  32. uploadSnapshotPhoto
  33. *notifications (15秒检查一次? 比如准备活体检测)
  34. updateMediaPlayTimes
  35. submitExam
  36. getExamScore (latest)
  37. PracticeExam
  38. OfflineExam
  39. uploadAnswer
  40. **/
  41. /**
  42. 云平台总体API/model规划:
  43. User/Student
  44. Exam
  45. Mark
  46. 导入考生
  47. 导入试卷
  48. 设置考试
  49. 调卷规则
  50. 专业
  51. 课程
  52. **/