deason 3 роки тому
батько
коміт
2e9b079c93

+ 5 - 0
examcloud-support/src/main/java/cn/com/qmth/examcloud/support/Constants.java

@@ -213,4 +213,9 @@ public interface Constants {
      */
     int VM_CAMERA_SIZE_LIMIT = 800;
 
+    /**
+     * 人脸活体检测时间随机范围,最大分钟数
+     */
+    int MAX_FACE_LIVE_VERIFY_MINUTE = 4;
+
 }