소스 검색

提交app后端api

weiwenhai 6 년 전
부모
커밋
0f177cba5d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/cn/com/qmth/examcloud/app/controller/PracticeExamRestController.java

+ 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);