修改短信验证码

This commit is contained in:
wuchunlei
2025-04-16 17:39:34 +08:00
parent d1746c678f
commit 4f6517caa9
7 changed files with 20 additions and 9 deletions

View File

@@ -225,9 +225,9 @@
<systemPath>${pom.basedir}/src/main/resources/lib/aspose-words-22.10-jdk16.jar</systemPath>
</dependency>
<dependency>
<groupId>com.zmzm</groupId>
<artifactId>sms-http</artifactId>
<version>sms-http</version>
<groupId>com.bcloud.msg.http</groupId>
<artifactId>bcloud.msg.http</artifactId>
<version>http</version>
<scope>system</scope>
<systemPath>${pom.basedir}/src/main/resources/lib/http.jar</systemPath>
</dependency>
@@ -448,6 +448,7 @@
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<fork>true</fork>
<includeSystemScope>true</includeSystemScope>
</configuration>
</plugin>
<!-- 跳过单元测试 -->