|
@@ -18,7 +18,6 @@ public class OeStudentExamRecordCloudServiceClient extends AbstractCloudClientSu
|
|
|
|
|
|
@Override
|
|
@Override
|
|
public void cleanExamRecords() {
|
|
public void cleanExamRecords() {
|
|
-
|
|
|
|
post("examRecord/cleanExamRecords");
|
|
post("examRecord/cleanExamRecords");
|
|
}
|
|
}
|
|
|
|
|
|
@@ -37,4 +36,9 @@ public class OeStudentExamRecordCloudServiceClient extends AbstractCloudClientSu
|
|
return post("examRecord/getStudentOnLineExamInfo",req,GetStudentOnlineExamInfoResp.class);
|
|
return post("examRecord/getStudentOnLineExamInfo",req,GetStudentOnlineExamInfoResp.class);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ @Override
|
|
|
|
+ public void cleanTempFileAnswers() {
|
|
|
|
+ post("examRecord/cleanTempFileAnswers");
|
|
|
|
+ }
|
|
|
|
+
|
|
}
|
|
}
|