发送短信,dev.quanmwl.com/ability_sms --> Python版SDK
Project description
quanmsms_Python
[中文] | English
介绍
python版本要求:py3.x 安装:pip install quanmsms 最近更新:2023/12/24
使用
# 我们在sdk中提供了example.py(最小示例文件)
# 但您仍可参考本文档
# 请确认在当前环境安装了最新版sdk:pip install quanmsms
from quanmsms import sdk
# openID、Apikey以及模板都可以在 https://dev.quanmwl.com/ability_sms 查看到
# 其中,模板可以在测试接口成功后申请自定义模板
sms = sdk.SDK(
'2', # OpenID
'wd4wa8d4a98w94d89wefwsef4ae9f7ad59ae46s7te49g7t4g9y65h' # Apikey
)
# 手机号 模板id 模板参数
sendOK, info, apiStatus = sms.send('19954761564', 0, {'code': 12344})
print(sendOK) # 是否成功(布尔值)
print(apiStatus) # api状态码
print(info) # 描述信息
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
quanmsms-0.1.0.tar.gz
(4.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file quanmsms-0.1.0.tar.gz.
File metadata
- Download URL: quanmsms-0.1.0.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.8 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa08a89252a65ae97d062892b222485f0fbdf74a05908e3d3c12621f264247c4
|
|
| MD5 |
cd0aa68a7e7399a4c5f60df9f21b3b46
|
|
| BLAKE2b-256 |
0805cfb1c000887fd2937556ee245d7e29f3edd896a89bb704ade9aeaf761432
|
File details
Details for the file quanmsms-0.1.0-py3-none-any.whl.
File metadata
- Download URL: quanmsms-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.8 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61e73242c46b7a3752345c9f9ad186772c3b7862ec803aca55b0a778d48f4be5
|
|
| MD5 |
a2a3a2a63fe2ba6b4321954949fdbfdd
|
|
| BLAKE2b-256 |
068e2b278f7e8ddd5b611afd07a31e72718e3e277af1674a7b2d7fa147acfbe6
|