待续。。网站app后台还未完成,不能添加签名,短信不能正常发送。
Tip: https://help.aliyun.com/document_detail/55284.html?spm=5176.sms-account.0.0.63931cbeYBbL8t
1、创建阿里云账号
点击阿里大于的官网:https://dayu.aliyun.com/
注册账户后,进行实名认证(开通短信服务需要)。
找到管理控制台,选择“短信服务”,然后进行以下操作
2、 获取阿里云访问密钥
https://usercenter.console.aliyun.com/#/manage/ak
3、在控制台完成模板与签名的申请,获得调用接口必备的参数
1)添加模板:
国内消息-->文本短信-->模版管理
https://help.aliyun.com/document_detail/55330.html?spm=5176.sms-account.103.7.1bf31cbegoZOOl
提交后,等待审核通过。
2)申请短信签名,这步可以不设置(我自己的未通过。。)
国内消息-->文本短信-->签名管理
https://help.aliyun.com/document_detail/55327.html?spm=a2c4g.11186623.6.555.4ab87b69QfaM0L
4、开发阶段:
添加依赖:
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>aliyun-java-sdk-core</artifactId>
<version>4.0.6</version></dependency>
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>aliyun-java-sdk-dysmsapi</artifactId>
<version>1.1.0</version>
</dependency>