Ver Fonte

提交app后端api

weiwenhai há 6 anos atrás
pai
commit
0f177cba5d

+ 1 - 1
src/main/java/cn/com/qmth/examcloud/app/controller/PracticeExamRestController.java

@@ -134,7 +134,7 @@ public class PracticeExamRestController {
         return netExamService.updateExamRecordQuestionAudioPlayTimes(key, token, questionId, mediaName);
     }
     
-    @ApiOperation(value = "更新当前试题的音频已播放次数接口")
+    @ApiOperation(value = "开考前查询“考试说明”")
     @RequestMapping(value = "/exam/practice/before/{examId}/{type}", method = {RequestMethod.GET, RequestMethod.POST})
     public Result getBeforeExamRemark(@RequestHeader String key, @RequestHeader String token, @PathVariable Long examId, @PathVariable String type) throws Exception {
         return examAdminService.getBeforeExamRemark(key, token, examId, type);