|
@@ -36,7 +36,7 @@ public class ExamRecordCloudServiceClient extends AdminCloudClientSupport implem
|
|
|
|
|
|
@Override
|
|
|
public CheckExamIsStartedResp checkExamIsStarted(CheckExamIsStartedReq examRecordReq) {
|
|
|
- return post("exam/examRecord/checkExamIsStarted", examRecordReq,CheckExamIsStartedResp.class);
|
|
|
+ return post("examRecord/checkExamIsStarted", examRecordReq,CheckExamIsStartedResp.class);
|
|
|
}
|
|
|
|
|
|
}
|