Browse Source

活体检测新接口

Michael Wang 5 years ago
parent
commit
bc4105561a
1 changed files with 2 additions and 3 deletions
  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;