Jelajahi Sumber

提交APP错误

weiwenhai 6 tahun lalu
induk
melakukan
0af3ec01ff

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

@@ -150,7 +150,7 @@ public class PracticeExamRestController {
     }
     
     @ApiOperation(value = "查询练习记录试题列表")
-    @RequestMapping(value = "/exam/practice/end/findExamRecordDataEntity/{examRecordDataId}", method = {RequestMethod.GET, RequestMethod.POST})
+    @RequestMapping(value = "/exam/practice/end/getExamRecordQuestions/{examRecordDataId}", method = {RequestMethod.GET, RequestMethod.POST})
     public Result getExamRecordQuestions(@RequestHeader String key, @RequestHeader String token, @PathVariable Long examRecordDataId) throws Exception {
         return netExamService.getExamRecordQuestions(key, token, examRecordDataId);
     }