|
@@ -34,12 +34,12 @@ public class ExamCaptureQueueCloudServiceClient extends BasicCloudClientSupport
|
|
|
|
|
|
@Override
|
|
|
public void processingExamCaptureQueue() {
|
|
|
- post("examCaptureQueue/processingExamCaptureQueue", null, null);
|
|
|
+ post("examCaptureQueue/processingExamCaptureQueue", null, null);
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
- public String disposeExamCapturePhoto(ExamCaptureQueueReq examCaptureQueueReq) {
|
|
|
- return post("examCaptureQueue/disposeExamCapturePhoto", examCaptureQueueReq, String.class);
|
|
|
+ public void disposeExamCapturePhoto(ExamCaptureQueueReq examCaptureQueueReq) {
|
|
|
+ post("examCaptureQueue/disposeExamCapturePhoto", examCaptureQueueReq,null);
|
|
|
}
|
|
|
|
|
|
@Override
|