From 2ff297dbe6e482f37059157510dea91d484cdc60 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Mon, 22 Dec 2025 14:05:56 +0800
Subject: [PATCH] feat(sms): 集成阿里云短信服务并替换原有短信发送逻辑
---
pom.xml | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index cef71ae..4c04ec0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,6 +29,20 @@
<dependencies>
<dependency>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ <version>3.0</version>
+ </dependency>
+
+
+
+ <dependency>
+ <groupId>com.aliyun</groupId>
+ <artifactId>dysmsapi20170525</artifactId>
+ <version>2.0.18</version>
+ </dependency>
+
+ <dependency>
<groupId>com.aliyun.oss</groupId>
<artifactId>aliyun-sdk-oss</artifactId>
<version>${aliyun-oss.version}</version>
--
Gitblit v1.9.1