浏览代码

活体检测新接口

Michael Wang 5 年之前
父节点
当前提交
bc4105561a
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      src/features/OnlineExam/OnlineExamList.vue

+ 2 - 3
src/features/OnlineExam/OnlineExamList.vue

@@ -357,9 +357,8 @@ export default {
         let faceLiveness = null;
         try {
           faceLiveness = await this.$http.get(
-            "/api/ecs_exam_work/exam/getExamPropertyFromCacheByStudentSession/" +
-              course.examId +
-              `/IS_FACE_VERIFY`
+            "/api/ecs_exam_work/exam/identificationOfLivingEnabled/" +
+              course.examId
           );
         } catch (error) {
           this.spinShow = false;