增加腾讯云短信

This commit is contained in:
2025-08-05 20:08:04 +08:00
parent 7bc94795e5
commit 0fb5189f4e
5 changed files with 232 additions and 23 deletions

View File

@@ -123,6 +123,14 @@
<version>0.12.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.tencentcloudapi</groupId>
<artifactId>tencentcloud-sdk-java-sms</artifactId>
<version>3.1.499</version> <!-- 推荐稳定版本 -->
</dependency>
</dependencies>
<build>