|
@@ -10,7 +10,9 @@ import cn.com.qmth.examcloud.core.oe.student.face.api.request.ExamCaptureQueueRe
|
|
import cn.com.qmth.examcloud.core.oe.student.face.api.response.ExamCaptureQueueResp;
|
|
import cn.com.qmth.examcloud.core.oe.student.face.api.response.ExamCaptureQueueResp;
|
|
|
|
|
|
@Service
|
|
@Service
|
|
-public class ExamCaptureQueueCloudServiceClient extends BasicCloudClientSupport implements ExamCaptureQueueCloudService{
|
|
|
|
|
|
+public class ExamCaptureQueueCloudServiceClient extends BasicCloudClientSupport
|
|
|
|
+ implements
|
|
|
|
+ ExamCaptureQueueCloudService {
|
|
|
|
|
|
/**
|
|
/**
|
|
*
|
|
*
|
|
@@ -18,15 +20,10 @@ public class ExamCaptureQueueCloudServiceClient extends BasicCloudClientSupport
|
|
private static final long serialVersionUID = -4653085252925280697L;
|
|
private static final long serialVersionUID = -4653085252925280697L;
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|
|
- private RestTemplate restTemplate;
|
|
|
|
-
|
|
|
|
- @Autowired
|
|
|
|
- private RedisClient redisClient;
|
|
|
|
-
|
|
|
|
- @Override
|
|
|
|
- public ExamCaptureQueueResp findExamCaptureQueues(ExamCaptureQueueReq examCaptureQueueReq) {
|
|
|
|
- return post("", examCaptureQueueReq, ExamCaptureQueueResp.class);
|
|
|
|
- }
|
|
|
|
|
|
+ private RestTemplate restTemplate;
|
|
|
|
+
|
|
|
|
+ @Autowired
|
|
|
|
+ private RedisClient redisClient;
|
|
|
|
|
|
@Override
|
|
@Override
|
|
protected RestTemplate getRestTemplate() {
|
|
protected RestTemplate getRestTemplate() {
|