接入腾讯云短信

This commit is contained in:
FinallySays
2022-03-27 12:08:56 +08:00
parent e923bc661d
commit 6fd52dfbb6
15 changed files with 9120 additions and 8229 deletions

View File

@@ -12,7 +12,7 @@
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>短信拓展,支持阿里云、云片</description>
<description>短信拓展,支持阿里云、云片、腾讯云</description>
<url>https://github.com/YunaiV/ruoyi-vue-pro</url>
<dependencies>
@@ -77,6 +77,10 @@
<groupId>com.aliyun</groupId>
<artifactId>aliyun-java-sdk-dysmsapi</artifactId>
</dependency>
<dependency>
<groupId>com.tencentcloudapi</groupId>
<artifactId>tencentcloud-sdk-java</artifactId>
</dependency>
<!-- SMS SDK end -->
</dependencies>