Bladeren bron

。。。

wangwei 7 jaren geleden
bovenliggende
commit
d3603a85c1

+ 1 - 1
examcloud-core-examwork-api-provider/src/main/java/cn/com/qmth/examcloud/service/examwork/api/ExamApi.java

@@ -368,7 +368,7 @@ public class ExamApi extends ControllerSupport {
 		return null;
 	}
 
-	@ApiOperation(value = "新考试相关的学习中心设置", notes = "新考试相关的学习中心设置")
+	@ApiOperation(value = "新考试相关的学习中心设置", notes = "新考试相关的学习中心设置")
 	@PutMapping("/exam/examSetting4Org")
 	public ExamSetting4Org updateExamSetting4Org(@RequestBody ExamSetting4Org examSetting4Org) {
 		return null;