feat: 新增短信配置 (#144)

This commit is contained in:
luoqiz
2025-03-17 14:35:17 +08:00
committed by GitHub
parent 1044b68eb8
commit 1a4716f3ba
36 changed files with 1957 additions and 2 deletions

View File

@@ -18,5 +18,12 @@
<groupId>top.continew</groupId>
<artifactId>continew-common</artifactId>
</dependency>
<dependency>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms4j-spring-boot-starter</artifactId>
<version>3.3.4</version>
</dependency>
</dependencies>
</project>