deason %!s(int64=2) %!d(string=hai) anos
pai
achega
eef6b24a93

+ 1 - 1
examcloud-core-examwork-api-provider/src/main/java/cn/com/qmth/examcloud/core/examwork/api/provider/ExamCloudServiceProvider.java

@@ -473,7 +473,7 @@ public class ExamCloudServiceProvider extends ControllerSupport implements ExamC
     @ApiOperation(value = "查询考试课程特殊设置")
     @PostMapping("getExamCourseSetting")
     @Override
-    public GetExamCourseResp getExamCourseSetting(GetExamCourseReq req) {
+    public GetExamCourseResp getExamCourseSetting(@RequestBody GetExamCourseReq req) {
         ExamCourseRelationEntity entity = examCourseRelationRepo.findByExamIdAndCourseId(req.getExamId(), req.getCourseId());
 
         GetExamCourseResp resp = new GetExamCourseResp();