WANG 5 anni fa
parent
commit
362437d680

+ 22 - 1
examcloud-core-oe-student-starter/src/main/resources/limited.properties

@@ -2,4 +2,25 @@
 # meanRate: \u5e73\u5747\u901f\u7387(\u6b21/\u79d2)
 # oneMinRate: \u4e00\u5206\u949f\u5185\u901f\u7387(\u6b21/\u79d2)
 
-[${app.api.oe.student}/examControl][/startExam][GET] : mean>2000 && meanRate>100
+#\u5f00\u59cb\u8003\u8bd5
+[${app.api.oe.student}/examControl][/startExam][GET] : mean>2000 && oneMinRate>25
+
+#\u4ea4\u5377
+[${app.api.oe.student}/examControl][/endExam][GET] : mean>2000 && oneMinRate>25
+
+#\u83b7\u53d6\u8003\u8bd5\u8bb0\u5f55\u8bd5\u5377\u7ed3\u6784
+[${app.api.oe.student}/examRecordPaperStruct][/getExamRecordPaperStruct][GET] : mean>2000 && oneMinRate>60
+
+#\u83b7\u53d6\u8003\u8bd5\u8bb0\u5f55\u4fe1\u606f
+[${app.api.oe.student}/examControl][/getEndExamInfo][GET] : mean>2000 && oneMinRate>25
+
+#\u83b7\u53d6\u8bd5\u9898\u5217\u8868
+[${app.api.oe.student}/examQuestion][/findExamQuestionList][GET] : mean>2000 && oneMinRate>25
+
+#\u83b7\u53d6\u5728\u7ebf\u8003\u8bd5\u5f85\u8003\u5217\u8868
+[${app.api.oe.student}/examControl][/queryExamList][GET] : mean>2000 && oneMinRate>25
+
+#\u65ad\u70b9\u7eed\u8003:\u68c0\u67e5\u6b63\u5728\u8fdb\u884c\u4e2d\u7684\u8003\u8bd5
+[${app.api.oe.student}/examControl][/checkExamInProgress][GET] : mean>2000 && oneMinRate>50
+
+