|
@@ -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);
|
|
|
}
|