编写短信验证码发送接口
Sync All Branches to GitHub / sync (push) Successful in 2s

This commit is contained in:
2026-01-15 22:59:58 +08:00
parent c32f06239e
commit 3cba48728d
13 changed files with 226 additions and 9 deletions
+16
View File
@@ -57,6 +57,22 @@
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
</dependency>
<!-- 工具类 -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
</dependencies>
</project>