Browse Source

【代码优化】腾讯云短信功能还需要 tencentcloud-sdk

puhui999 7 months ago
parent
commit
4322e2f8e1
1 changed files with 5 additions and 0 deletions
  1. 5 0
      yudao-module-system/yudao-module-system-biz/pom.xml

+ 5 - 0
yudao-module-system/yudao-module-system-biz/pom.xml

@@ -110,6 +110,11 @@
             <artifactId>wx-java-miniapp-spring-boot-starter</artifactId>  <!-- 微信登录(小程序) -->
         </dependency>
 
+        <dependency>
+            <groupId>com.tencentcloudapi</groupId>
+            <artifactId>tencentcloud-sdk-java-sms</artifactId> <!-- 短信(腾讯云) -->
+        </dependency>
+
         <dependency>
             <groupId>com.xingyuv</groupId>
             <artifactId>spring-boot-starter-captcha-plus</artifactId> <!-- 验证码,一般用于登录使用 -->