微网通联 API
Project description
介绍
微网通联 API
软件架构
~python 3.*
安装教程
pip install guolei-py3-51welink
目录说明
短信 API 示例
# @see https://www.lmobile.cn/ApiPages/index.html#page1
from guolei_py3_51welink.sms import Api as SmsApi
sms_api = SmsApi(
base_url="https://api.51welink.com/",
account_id="your accountId",
password="your password",
product_id="your productId"
)
# 发送短信
state = sms_api.send_sms("手机号", "短信内容【签名】")
if state:
print("发送成功")
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file guolei_py3_51welink-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: guolei_py3_51welink-0.0.5-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f73893b1f326a4307d76ed03609739ca3bc50d833af12e9fb87d27b3b9ba3402 |
|
MD5 | 7c9a1c7b22078be03906d1b48b051dd6 |
|
BLAKE2b-256 | bdf50789b39a5315e7fbba873491166a5138f7f8f65305bf06d2a1e7ac0763a7 |