🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

guolei-py3-51welink

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

guolei-py3-51welink

微网通联 API

2.2.1
PyPI
Maintainers
1

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】",
)

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts