Skip to content

EchoRust/SMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMS

Rust Send SMS SDK

English | 简体中文

Use Rust to connect to the SMS interface of the cloud platform, and the following cloud platform interfaces have been implemented

  • aliyun
use sms::aliyun::Aliyun;

let aliyun = Aliyun::new("accessKeyId", "accessSecret");
let resp = aliyun.send_sms("18888888888", "登录验证", "SMS_5003224", "验证码1234").await.unwarp();

println("{:?}", resp);

License

MIT

Copyright (c) 2020-present, Yang (Echo) Li

Releases

No releases published

Packages

No packages published

Languages