2
0

fix: 网关拦截处理验证码校验,添加用户检查重复

This commit is contained in:
TsMask
2024-11-30 16:22:14 +08:00
parent 7672600aec
commit 66c6a05800
7 changed files with 79 additions and 49 deletions

View File

@@ -69,6 +69,11 @@
<groupId>pro.fessional</groupId>
<artifactId>kaptcha</artifactId>
</dependency>
<!--验证码 -->
<dependency>
<groupId>org.wfc</groupId>
<artifactId>wfc-common-mail</artifactId>
</dependency>
<!-- WFC Common Redis-->
<dependency>