python 实现发送短信功能总结

利用阿里云的发送短信的接口

 

这是:阿里云短信服务文档使用指引

https://help.aliyun.com/document_detail/59210.html?spm=a2c4g.11186623.4.6.68f66e44XC18vN

 

这是 短信发送API(SendSms)---Python

https://help.aliyun.com/document_detail/55491.html?spm=a2c4g.11186623.6.577.475d5777OYfGaQ

在编写代码或者运行demo之前,必须获得“短信签名”,“短信模板”等必须的参数。

如果是运用AccessKey方式验证,还必须获得AccessKey

这是 各种语言的demo的下载地址:

https://help.aliyun.com/document_detail/55359.html?spm=a2c4g.11186623.2.16.475d57774xNayv

获取demo之后,在环境中运行demo中的setup.py文件 ,即可安装好发送短信需要的包。

demo中的demo_sms_send.py文件    是发送短信的函数。把它放到自己项目的合适位置。获取正确的参数,即可发送短信。

你可能感兴趣的:(python 实现发送短信功能总结)