|
@@ -48,6 +48,7 @@ public class FaceVerifyService {
|
|
|
* 处理单个考试抓拍照片数据
|
|
|
* 对图片进行人脸对比
|
|
|
*/
|
|
|
+ @Deprecated
|
|
|
@Transactional
|
|
|
public void disposeFaceCompare(ExamCaptureQueueInfo examCaptureQueue) throws JSONException {
|
|
|
//将队列记录修改为处理中
|
|
@@ -186,6 +187,7 @@ public class FaceVerifyService {
|
|
|
*
|
|
|
* @param examCaptureQueue 抓拍照片队列表
|
|
|
*/
|
|
|
+ @Deprecated
|
|
|
@Transactional
|
|
|
public void disposeBaiDuFaceLiveness(ExamCaptureQueueInfo examCaptureQueue) {
|
|
|
//活体检测超时次数
|