|
@@ -5,6 +5,7 @@ import cn.com.qmth.examcloud.core.oe.student.face.api.request.ExamCaptureReq;
|
|
|
import cn.com.qmth.examcloud.commons.web.redis.RedisClient;
|
|
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
+import org.springframework.stereotype.Service;
|
|
|
import org.springframework.web.client.RestTemplate;
|
|
|
|
|
|
/**
|
|
@@ -13,6 +14,7 @@ import org.springframework.web.client.RestTemplate;
|
|
|
* @company QMTH
|
|
|
* @description ExamCaptureCloudServiceClient
|
|
|
*/
|
|
|
+@Service("examCaptureCloudService")
|
|
|
public class ExamCaptureCloudServiceClient extends BasicCloudClientSupport implements ExamCaptureCloudService {
|
|
|
/**
|
|
|
*
|