123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- 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 = 3f162bf95e3f44ff81933a6f590bac32
- @key = U_S_0_2
- ###
- GET https://ecs-dev.qmth.com.cn:8878/api/exam_record/checkExam
- token: {{token}}
- key: {{key}}
- ###
- GET https://ecs-dev.qmth.com.cn:8878/api/online_exam_course
- token: {{token}}
- key: {{key}}
- ###
- GET https://ecs-dev.qmth.com.cn:8878/api/online_exam_course/currentTime
- token: {{token}}
- key: {{key}}
- ###
- GET https://ecs-dev.qmth.com.cn:8878/api/ecs_core/org/logo?domain=ecs-dev.qmth.com.cn
- ###
- GET https://ecs-dev.qmth.com.cn:8878/api/ecs_core/org/getRootOrgByCode?code=ecs-dev.qmth.com.cn
- ### 考试信息
- GET https://ecs-dev.qmth.com.cn:8878/api/ecs_exam_work/exam/153
- token: {{token}}
- key: {{key}}
- ### 开始考试
- GET https://ecs-dev.qmth.com.cn:8878/api/exam_control/start?stu_exam_info_id=194505112781
- token: {{token}}
- key: {{key}}
- ### 结束考试(交卷)
- GET https://ecs-dev.qmth.com.cn:8878/api/exam_control/submit
- token: {{token}}
- key: {{key}}
- ### heartbeat
- GET https://ecs-dev.qmth.com.cn:8878/api/exam_control/heartbeat
- token: {{token}}
- key: {{key}}
- ### exam_question
- GET https://ecs-dev.qmth.com.cn:8878/api/exam_question/?exam_record_id=101536
- token: {{token}}
- key: {{key}}
- ### question
- GET https://ecs-dev.qmth.com.cn:8878/api/exam_question/3086506
- token: {{token}}
- key: {{key}}
- ### question
- GET https://ecs-dev.qmth.com.cn:8878/api/exam_question/question/?question_id=5b69024e0fe2d242219a191b
- token: {{token}}
- key: {{key}}
- ### answer question
- PUT http://localhost:8080/api/exam_question/3088073
- Content-Type: application/json;charset=UTF-8
- token: {{token}}
- key: {{key}}
- {"studentAnswer": "C"}
- ### get upyun photo folder
- GET https://v0.api.upyun.com/exam-cloud/capture_photo/38156/
- Content-Type: application/json;charset=UTF-8
- Authorization: Basic ZXhhbWNsb3VkOmVjczg3ODYzNTc3IUAj
- x-list-order: desc
- ### send files to offline exam
- POST http://localhost:8080/api/branch_ecs_oe_admin/offlineExam/batchSubmitPaper
- Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW
- token: {{token}}
- key: {{key}}
- ------WebKitFormBoundary7MA4YWxkTrZu0gW
- Content-Disposition: form-data; name="examRecordDataId"
- 5
- ------WebKitFormBoundary7MA4YWxkTrZu0gW
- Content-Disposition: form-data; name="fileType"
- PDF
- ------WebKitFormBoundary7MA4YWxkTrZu0gW
- Content-Disposition: form-data; name="fileArray"; filename="028_028D89193008_范佳帅_D26020011_1622184762435.pdf"
- Content-Type: application/pdf
- < /Users/michael/Downloads/028_028D89193008_范佳帅_D26020011_1622184762435.pdf
- ------WebKitFormBoundary7MA4YWxkTrZu0gW
- Content-Disposition: form-data; name="fileMd5Array"
- 75c1a6a555ae033e137689c8758a01d5
- ------WebKitFormBoundary7MA4YWxkTrZu0gW
- Content-Disposition: form-data; name="fileArray"; filename="028_028D89193008_范佳帅_D26020011_1622184762435.pdf"
- Content-Type: application/pdf
- < /Users/michael/Downloads/028_028D89193008_范佳帅_D26020011_1622184762435.pdf
- ------WebKitFormBoundary7MA4YWxkTrZu0gW
- Content-Disposition: form-data; name="fileMd5Array"
- 75c1a6a555ae033e137689c8758a01d5
- ------WebKitFormBoundary7MA4YWxkTrZu0gW--
|