微网通联 API
Project description
guolei-py3-51welink
a python3 library for 51welink
Document
Example
from guolei_py3_51welink.library.sms import (
Api as SmsApi, UrlSetting as SmsApiUrlSetting
)
sms_api: SmsApi = SmsApi(
base_url="https://api.51welink.com/",
account_id="<ACCOUNT ID>",
password="<PASSWORD>",
product_id="<PRODUCT ID>"
)
state: bool = sms_api.send_sms(
path=SmsApiUrlSetting.ENCRYPTIONSUBMIT_SENDSMS,
phone_nos="your phone number",
content="your message conetnt【your 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 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-2.0.1-py3-none-any.whl
.
File metadata
- Download URL: guolei_py3_51welink-2.0.1-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b081785909788e308d6dee57b8a9e79035d9d4b9804bae9227226f88b3f7fe07 |
|
MD5 | 179a8e7f5226e4098049ee040a7e0706 |
|
BLAKE2b-256 | b3398df67d51ce98544f0f980088038b38465d1e231b6980a680ac39bfa9f3f8 |