From 864627d74b284c364869520c8b154d794f9f7ed8 Mon Sep 17 00:00:00 2001 From: wind Date: Tue, 9 Jan 2024 20:19:26 +0800 Subject: [PATCH] =?UTF-8?q?3.1.0=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- pom.xml | 2 +- .../main/java/org/dromara/sms4j/comm/constant/Constant.java | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0de056e9..f46ef166 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ [gitee](https://gitee.com/dromara/sms4j) [github](https://github.com/dromara/sms4j) -#### [官方文档](http://wind.kim) +#### [官方文档](http://sms4l.com) #### [JavaDoc文档](https://apidoc.gitee.com/dromara/sms4j/) ## 支持厂商一览 @@ -32,6 +32,8 @@ - **[合一短信](https://unisms.apistd.com/)** - **[云片短信](https://www.yunpian.com/product/domestic-sms)** - **[助通短信](https://www.ztinfo.cn/products/sms)** +- **[联麓短信](https://console.shlianlu.com/#/document/smsDoc)** +- **[鼎众短信](http://demoapi.321sms.com:8201/index.html)** ## 在SpringBoot环境集成 diff --git a/pom.xml b/pom.xml index d691a03c..a266f3b9 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ - 3.0.4 + 3.1.0 UTF-8 UTF-8 diff --git a/sms4j-comm/src/main/java/org/dromara/sms4j/comm/constant/Constant.java b/sms4j-comm/src/main/java/org/dromara/sms4j/comm/constant/Constant.java index 00dbea90..2a9973b3 100644 --- a/sms4j-comm/src/main/java/org/dromara/sms4j/comm/constant/Constant.java +++ b/sms4j-comm/src/main/java/org/dromara/sms4j/comm/constant/Constant.java @@ -11,7 +11,7 @@ public abstract class Constant { /** * 项目版本号 */ - public static final String VERSION = "V 3.0.1"; + public static final String VERSION = "V 3.1.0"; /** * 用于格式化鉴权头域,给"Authorization"参数赋值