WANG il y a 5 ans
Parent
commit
8c564e219e

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

@@ -3,31 +3,31 @@
 # oneMinRate: \u4e00\u5206\u949f\u5185\u901f\u7387(\u6b21/\u79d2)
 
 [${app.api.oe.student}/examControl][/startExam][GET][S] : 80
-[${app.api.oe.student}/examControl][/startExam][GET][E] : mean>1000
+[${app.api.oe.student}/examControl][/startExam][GET][E] : mean>1000 && oneMinRate>20
 [${app.api.oe.student}/examControl][/startExam][GET][R] : 20
 
 [${app.api.oe.student}/examControl][/endExam][GET][S] : 80
-[${app.api.oe.student}/examControl][/endExam][GET][E] : mean>1000
+[${app.api.oe.student}/examControl][/endExam][GET][E] : mean>1000 && oneMinRate>20
 [${app.api.oe.student}/examControl][/endExam][GET][R] : 20
 
 [${app.api.oe.student}/examRecordPaperStruct][/getExamRecordPaperStruct][GET][S] : 50
-[${app.api.oe.student}/examRecordPaperStruct][/getExamRecordPaperStruct][GET][E] : mean>1000
+[${app.api.oe.student}/examRecordPaperStruct][/getExamRecordPaperStruct][GET][E] : mean>1000 && oneMinRate>20
 [${app.api.oe.student}/examRecordPaperStruct][/getExamRecordPaperStruct][GET][R] : 50
 
 [${app.api.oe.student}/examControl][/getEndExamInfo][GET][S] : 100
-[${app.api.oe.student}/examControl][/getEndExamInfo][GET][E] : mean>1000 
+[${app.api.oe.student}/examControl][/getEndExamInfo][GET][E] : mean>1000 && oneMinRate>20
 [${app.api.oe.student}/examControl][/getEndExamInfo][GET][R] : 20
 
 [${app.api.oe.student}/examQuestion][/findExamQuestionList][GET][S] : 100
-[${app.api.oe.student}/examQuestion][/findExamQuestionList][GET][E] : mean>1000
+[${app.api.oe.student}/examQuestion][/findExamQuestionList][GET][E] : mean>1000 && oneMinRate>20
 [${app.api.oe.student}/examQuestion][/findExamQuestionList][GET][R] : 20
 
 [${app.api.oe.student}/examControl][/queryExamList][GET][S] : 100
-[${app.api.oe.student}/examControl][/queryExamList][GET][E] : mean>1000 
+[${app.api.oe.student}/examControl][/queryExamList][GET][E] : mean>1000 && oneMinRate>20 
 [${app.api.oe.student}/examControl][/queryExamList][GET][R] : 20
 
 [${app.api.oe.student}/examControl][/checkExamInProgress][GET][S] : 100
-[${app.api.oe.student}/examControl][/checkExamInProgress][GET][E] : mean>1000
+[${app.api.oe.student}/examControl][/checkExamInProgress][GET][E] : mean>1000 && oneMinRate>20
 [${app.api.oe.student}/examControl][/checkExamInProgress][GET][R] : 50