WANG 5 年之前
父節點
當前提交
8c564e219e
共有 1 個文件被更改,包括 7 次插入7 次删除
  1. 7 7
      examcloud-core-oe-student-starter/src/main/resources/limited.properties

+ 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