Django extension for YunPian API
Project description
使用 云片 API 发送短信的django扩展
使用
YUNPIAN = {
'APIKEY': apikey,
'DEFAULT_SIGN': default_sign,
}
from django_yunpin import YunPian
yunpian = YunPian()
发送短信
yunpian.send(phones, content, sign=None)
phones可以传单个手机号或者手机号列表,分别调用单条发送接口和批量发送接口
配置项
YUNPIAN.APIKEY |
apikey |
YUNPIAN.DEFAULT_SIGN |
默认签名, 例如: 招商银行, 不包含【】 |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-yunpian-0.0.1.tar.gz
(2.2 kB
view hashes)