cf-framework:sms短信client移除云厂商sdk,直接对接http方式

This commit is contained in:
gaoqr
2025-07-17 18:23:49 +08:00
parent de742e6339
commit 799affcecb
18 changed files with 259 additions and 487 deletions
@@ -209,23 +209,6 @@
<artifactId>cf-spring-boot-starter-biz-pay</artifactId>
</dependency>
<!-- 三方云服务相关 -->
<!-- SMS SDK begin -->
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>aliyun-java-sdk-core</artifactId>
</dependency>
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>aliyun-java-sdk-dysmsapi</artifactId>
</dependency>
<dependency>
<groupId>com.tencentcloudapi</groupId>
<artifactId>tencentcloud-sdk-java-sms</artifactId>
</dependency>
<!-- SMS SDK end -->
</dependencies>