mirror of
https://gitee.com/dromara/sms4j.git
synced 2025-12-07 17:38:38 +08:00
3.1.0发布
This commit is contained in:
parent
19b57dfc9f
commit
864627d74b
@ -17,7 +17,7 @@
|
|||||||
[gitee](https://gitee.com/dromara/sms4j)
|
[gitee](https://gitee.com/dromara/sms4j)
|
||||||
[github](https://github.com/dromara/sms4j)
|
[github](https://github.com/dromara/sms4j)
|
||||||
|
|
||||||
#### [官方文档](http://wind.kim)
|
#### [官方文档](http://sms4l.com)
|
||||||
#### [JavaDoc文档](https://apidoc.gitee.com/dromara/sms4j/)
|
#### [JavaDoc文档](https://apidoc.gitee.com/dromara/sms4j/)
|
||||||
|
|
||||||
## 支持厂商一览
|
## 支持厂商一览
|
||||||
@ -32,6 +32,8 @@
|
|||||||
- **[合一短信](https://unisms.apistd.com/)**
|
- **[合一短信](https://unisms.apistd.com/)**
|
||||||
- **[云片短信](https://www.yunpian.com/product/domestic-sms)**
|
- **[云片短信](https://www.yunpian.com/product/domestic-sms)**
|
||||||
- **[助通短信](https://www.ztinfo.cn/products/sms)**
|
- **[助通短信](https://www.ztinfo.cn/products/sms)**
|
||||||
|
- **[联麓短信](https://console.shlianlu.com/#/document/smsDoc)**
|
||||||
|
- **[鼎众短信](http://demoapi.321sms.com:8201/index.html)**
|
||||||
|
|
||||||
## 在SpringBoot环境集成
|
## 在SpringBoot环境集成
|
||||||
|
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@ -52,7 +52,7 @@
|
|||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<revision>3.0.4</revision>
|
<revision>3.1.0</revision>
|
||||||
|
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||||
|
|||||||
@ -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"参数赋值
|
* 用于格式化鉴权头域,给"Authorization"参数赋值
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user