|
@@ -42,4 +42,9 @@ public class ExamCaptureQueueCloudServiceClient extends BasicCloudClientSupport
|
|
|
return post("/disposeExamCapturePhoto", examCaptureQueueReq, String.class);
|
|
|
}
|
|
|
|
|
|
+ @Override
|
|
|
+ public void changeExamCaptureQueueStatus() {
|
|
|
+ post("/changeExamCaptureQueueStatus", null, null);
|
|
|
+ }
|
|
|
+
|
|
|
}
|