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