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"参数赋值