mirror of
https://gitee.com/dromara/sms4j.git
synced 2025-12-06 17:08:40 +08:00
补充注释
This commit is contained in:
parent
fed06f2ad5
commit
b1a18b6972
@ -1,9 +1,9 @@
|
|||||||
<h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">sms4j v3.1.0</h1>
|
<h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">sms4j v3.2.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.1.0-blue"></a>
|
<a href="https://gitee.com/dromara/sms4j"><img src="https://img.shields.io/badge/version-v3.2.0-blue"></a>
|
||||||
</p>
|
</p>
|
||||||
<img src="/public/logo.png">
|
<img src="/public/logo.png">
|
||||||
|
|
||||||
@ -29,9 +29,12 @@
|
|||||||
- **[容联云国内短信(原云通讯)](https://www.yuntongxun.com/sms/note-inform)**
|
- **[容联云国内短信(原云通讯)](https://www.yuntongxun.com/sms/note-inform)**
|
||||||
- **[网易云信短信](https://netease.im/sms)**
|
- **[网易云信短信](https://netease.im/sms)**
|
||||||
- **[天翼云短信](https://www.ctyun.cn/products/10020341)**
|
- **[天翼云短信](https://www.ctyun.cn/products/10020341)**
|
||||||
|
- **[七牛云短信](https://www.qiniu.com/products/sms)**
|
||||||
- **[合一短信](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.1-SNAPSHOT</revision>
|
<revision>3.2.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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user