|
@@ -0,0 +1,38 @@
|
|
|
|
+### login
|
|
|
|
+POST http://192.168.10.30:10060/ocean/api/ocean-cloud-security/security/partitionUserLogin
|
|
|
|
+Content-Type: application/json;charset=UTF-8
|
|
|
|
+
|
|
|
|
+{
|
|
|
|
+ "$partitionId": 1,
|
|
|
|
+ "accountType": "loginName",
|
|
|
|
+ "accountValue": "wzj",
|
|
|
|
+ "password": 123456
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+@partionId = 1
|
|
|
|
+@uid = 1
|
|
|
|
+@token = d45f73b961264ba6bc192ce56e4d3504
|
|
|
|
+
|
|
|
|
+###
|
|
|
|
+POST http://192.168.10.39:8030/api/skynet/exam/student/list/
|
|
|
|
+Content-Type: application/json;charset=UTF-8
|
|
|
|
+access_type: partition_user
|
|
|
|
+partition_id: {{partionId}}
|
|
|
|
+partition_uid: {{uid}}
|
|
|
|
+partition_token: {{token}}
|
|
|
|
+
|
|
|
|
+{
|
|
|
|
+ "courseId": 0,
|
|
|
|
+ "examId": 0,
|
|
|
|
+ "partitionId": 0,
|
|
|
|
+ "primaryId": 0,
|
|
|
|
+ "secondId": 0,
|
|
|
|
+ "stageOrder": 0,
|
|
|
|
+ "studentCode": "",
|
|
|
|
+ "studentName": "",
|
|
|
|
+ "thirdId": 0,
|
|
|
|
+ "ticketNumber": ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+
|