兴安优化访客人脸机交互

This commit is contained in:
zc
2025-08-08 14:57:51 +08:00
parent 2b4d54a000
commit 8194ff92d1
5 changed files with 35 additions and 26 deletions

View File

@@ -318,10 +318,10 @@ public class SysFileController
throw new RuntimeException(e);
}
}
initFlowRules();
//上传前进行人脸检测
String imgBase64 = MinioUtil.getBase64String(file);
checkPhoto(imgBase64);
// initFlowRules();
// //上传前进行人脸检测
// String imgBase64 = MinioUtil.getBase64String(file);
// checkPhoto(imgBase64);
// 上传并返回访问地址
String fileNames = FileUploadUtils.uploadMinio(file, this.bucketName1, fileName);