兴安添加我的审核,人脸检测替换宇泛接口

This commit is contained in:
zc
2025-08-21 16:37:08 +08:00
parent d27c24274e
commit f4342c40f8
16 changed files with 276 additions and 156 deletions

View File

@@ -47,6 +47,12 @@
<artifactId>fastdfs-client</artifactId>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.3.3</version>
</dependency>
<!-- Minio -->
<dependency>
<groupId>io.minio</groupId>
@@ -65,6 +71,10 @@
<groupId>com.dcsoft</groupId>
<artifactId>dcsoft-common-swagger</artifactId>
</dependency>
<dependency>
<groupId>com.dcsoft</groupId>
<artifactId>dcsoft-common-redis</artifactId>
</dependency>
</dependencies>