瀏覽代碼

Merge remote-tracking branch 'origin/master'

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

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

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