|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
## 项目说明
|
|
|
|
|
|
|
|
|
|
如果您的应用是 Spring Cloud 应用,且需要使用阿里云的 SMS 服务来发送短信,例如登录验证码,那么您可以使用 SMS starter 完成 Spring Cloud 应用的短信发送。
|
|
|
|
|
如果您的应用是 Spring Cloud/Boot 应用,且需要使用阿里云的 SMS 服务来发送短信,例如登录验证码,那么您可以使用 SMS starter 完成 Spring Cloud/Boot 应用的短信发送。
|
|
|
|
|
|
|
|
|
|
短信服务(Short Message Service)是阿里云为用户提供的一种通信服务的能力。支持国内和国际快速发送验证码、短信通知和推广短信,服务范围覆盖全球200多个国家和地区。更多可参考 [官网文档](https://help.aliyun.com/document_detail/60704.html?spm=5176.8195934.1283918.6.18924183bHPct2)
|
|
|
|
|
|
|
|
|
@ -96,7 +96,7 @@
|
|
|
|
|
1. 执行 `mvn clean package` 将工程编译打包;
|
|
|
|
|
2. 执行 `java -jar sms-example.jar`启动应用。
|
|
|
|
|
|
|
|
|
|
应用启动后访问 http://localhost:18084/send.do?telphone=******&code=6580。查看返回发送的 SendSmsResponse 的 json 串结果。
|
|
|
|
|
应用启动后访问 http://localhost:18084/send.do?telphone=******&code=6580。 查看返回的 SendSmsResponse 的 json 串结果。
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### 批量短信发送
|
|
|
|
@ -311,4 +311,4 @@ Spring Boot2.x 可以通过访问 http://127.0.0.1:18084/acutator/sms-info 来
|
|
|
|
|
Endpoint 内部会显示最近 20 条单个短信发送的记录和批量短信发送的记录,以及当前短信消息的配置信息(包括是**SmsReport** 还是 **SmsUp**,**队列名称**,以及对应的 **MessageListener** )。
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
如果您对 Spring Cloud SMS Starter 有任何建议或想法,欢迎提交 issue 中或者通过其他社区渠道向我们反馈。
|
|
|
|
|
如果您对 Spring Cloud SMS Starter 有任何建议或想法,欢迎提交 issue 中或者通过其他社区渠道向我们反馈。
|
|
|
|
|