Skip to main content

微网通联 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


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

guolei_py3_51welink-0.0.6-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page