This commit is contained in:
caozehui
2026-02-10 15:27:28 +08:00
parent 3f65a55c15
commit 1219b30f43
52 changed files with 1408 additions and 22 deletions

View File

@@ -105,6 +105,20 @@
<artifactId>hutool-extra</artifactId> <!-- 邮件 -->
</dependency>
<!-- 阿里云 Direct Mail (邮箱服务) -->
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>dm20151123</artifactId>
<version>1.9.3</version>
</dependency>
<!-- 阿里云短信服务 -->
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>dysmsapi20170525</artifactId>
<version>4.2.0</version>
</dependency>
</dependencies>
<build>