Flask extension for YunPian API
Project description
云片_发送短信的Flask扩展
使用
from flask_yunpin import YunPian
yunpian = YunPian()
yunpian.init_app(app)
发送短信
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
Flask-YunPian-0.0.1.tar.gz
(2.2 kB
view details)
File details
Details for the file Flask-YunPian-0.0.1.tar.gz
.
File metadata
- Download URL: Flask-YunPian-0.0.1.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 668d7cbfdc0a6afa8e28e2b3f67d910d907815050c6bf92268d441d1f98bfb75 |
|
MD5 | 1cdf876991168837abc3cddc0c83cd0b |
|
BLAKE2b-256 | 4d8a42ffed3b7f5edca90d76e276cb810609477b9f549000dec2e59a106419ae |