mirror of
https://gitee.com/dromara/sms4j.git
synced 2025-12-06 17:08:40 +08:00
升级3.3.0
This commit is contained in:
parent
de15297e2c
commit
3bdf498470
11
README.md
11
README.md
@ -1,9 +1,9 @@
|
|||||||
<h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">sms4j v3.2.1</h1>
|
<h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">sms4j v3.3.0</h1>
|
||||||
<h4 align="center" style="margin: 30px 0 30px; font-weight: bold;">sms4j -- 让发送短信变的更简单</h4>
|
<h4 align="center" style="margin: 30px 0 30px; font-weight: bold;">sms4j -- 让发送短信变的更简单</h4>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://gitee.com/dromara/sms4j/stargazers"><img src="https://gitee.com/dromara/sms4j/badge/star.svg?theme=gvp"></a>
|
<a href="https://gitee.com/dromara/sms4j/stargazers"><img src="https://gitee.com/dromara/sms4j/badge/star.svg?theme=gvp"></a>
|
||||||
<a href="https://gitee.com/dromara/sms4j/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-Apache--2.0-green"></a>
|
<a href="https://gitee.com/dromara/sms4j/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-Apache--2.0-green"></a>
|
||||||
<a href="https://gitee.com/dromara/sms4j"><img src="https://img.shields.io/badge/version-v3.2.1-blue"></a>
|
<a href="https://gitee.com/dromara/sms4j"><img src="https://img.shields.io/badge/version-v3.3.0-blue"></a>
|
||||||
</p>
|
</p>
|
||||||
<img src="/public/logo.png">
|
<img src="/public/logo.png">
|
||||||
|
|
||||||
@ -36,6 +36,13 @@
|
|||||||
- **[助通短信](https://www.ztinfo.cn/products/sms)**
|
- **[助通短信](https://www.ztinfo.cn/products/sms)**
|
||||||
- **[联麓短信](https://console.shlianlu.com/#/document/smsDoc)**
|
- **[联麓短信](https://console.shlianlu.com/#/document/smsDoc)**
|
||||||
- **[鼎众短信](http://demoapi.321sms.com:8201/index.html)**
|
- **[鼎众短信](http://demoapi.321sms.com:8201/index.html)**
|
||||||
|
- **[创蓝短信](https://doc.chuanglan.com/document/HAQYSZKH9HT5Z50L)**
|
||||||
|
- **[极光短信](https://docs.jiguang.cn/jsms)**
|
||||||
|
- **[布丁云短信](https://console-docs.apipost.cn/preview/986c24caf79228ed/d3d8a6d5faf6ef51)**
|
||||||
|
- **[中国移动 云MAS短信](https://mas.10086.cn/)**
|
||||||
|
- **[螺丝帽短信](https://luosimao.com)**
|
||||||
|
- **[SUBMAIL短信](https://www.mysubmail.com/)**
|
||||||
|
- **[单米科技短信](https://www.danmi.com/)**
|
||||||
|
|
||||||
## 在SpringBoot环境集成
|
## 在SpringBoot环境集成
|
||||||
|
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@ -53,7 +53,7 @@
|
|||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<revision>3.2.1-SNAPSHOT</revision>
|
<revision>3.3.0-SNAPSHOT</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.2.1";
|
public static final String VERSION = "V 3.3.0";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 用于格式化鉴权头域,给"Authorization"参数赋值
|
* 用于格式化鉴权头域,给"Authorization"参数赋值
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user