123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- POST https://ecs-dev.qmth.com.cn:8878/api/ecs_core/auth/login
- Content-Type: application/json;charset=UTF-8
- {"domain":"ecs-dev.qmth.com.cn",
- "accountValue":"20180613",
- "password":"180613",
- "accountType":"STUDENT_CODE"}
- @token = d991f4022c0949abaa238cbe823ba024
- @key = U_S_109_53286
- /**
- 登录应该取出所有用户的基础信息.
- 用户唯一标识
- 姓名
- 机构 & 学习中心
- 头像
- **/
- ###
- GET https://ecs-dev.qmth.com.cn:8878/api/sys_param?org_id=109
- token: {{token}}
- key: {{key}}
- /**
- 废弃?
- **/
- /**
- 网考学生端总体API/model规划:
- User
- Exam (startTime/endTime, scoreList)
- startExam
- verifySnapshotPhoto
- heartbeat (leftTime)
- Question
- saveQuestion (answer, signed)
- uploadSnapshotPhoto
- *notifications (15秒检查一次? 比如准备活体检测)
- updateMediaPlayTimes
- submitExam
- getExamScore (latest)
- PracticeExam
- OfflineExam
- uploadAnswer
- **/
- /**
- 云平台总体API/model规划:
- User/Student
- Exam
- Mark
- 导入考生
- 导入试卷
- 设置考试
- 调卷规则
- 专业
- 课程
- **/
|