|
@@ -66,7 +66,7 @@ public class ExamRecordDataCloudServiceProvider extends ControllerSupport implem
|
|
@Override
|
|
@Override
|
|
@ApiOperation(value = "查询是否存在考试记录")
|
|
@ApiOperation(value = "查询是否存在考试记录")
|
|
@PostMapping("/existExamRecordData")
|
|
@PostMapping("/existExamRecordData")
|
|
- public ExistExamRecordDataResp existExamRecordData(ExistExamRecordDataReq req) {
|
|
|
|
|
|
+ public ExistExamRecordDataResp existExamRecordData(@RequestBody ExistExamRecordDataReq req) {
|
|
if (req.getExamId() == null) {
|
|
if (req.getExamId() == null) {
|
|
throw new StatusException("400400", "考试ID不允许为空");
|
|
throw new StatusException("400400", "考试ID不允许为空");
|
|
}
|
|
}
|