修复了注册和登录时的验证码异常

This commit is contained in:
2025-05-20 23:36:54 +08:00
parent fb66333c60
commit 8e3ee826a2
4 changed files with 16 additions and 12 deletions

21
pom.xml
View File

@ -201,6 +201,13 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>
@ -246,13 +253,13 @@
<systemPath>${project.basedir}/src/main/resources/lib/commons-collections-3.1.jar</systemPath>
</dependency>
<dependency>
<groupId>com.cxz</groupId>
<artifactId>commons-lang-2.1</artifactId>
<version>2.1</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/resources/lib/commons-lang-2.1.jar</systemPath>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.cxz</groupId>-->
<!-- <artifactId>commons-lang-2.1</artifactId>-->
<!-- <version>2.1</version>-->
<!-- <scope>system</scope>-->
<!-- <systemPath>${project.basedir}/src/main/resources/lib/commons-lang-2.1.jar</systemPath>-->
<!-- </dependency>-->
<dependency>
<groupId>com.cxz</groupId>