https://github.com/linxlib/txsms
Tecent SMS
https://github.com/linxlib/txsms
Last synced: 4 months ago
JSON representation
Tecent SMS
- Host: GitHub
- URL: https://github.com/linxlib/txsms
- Owner: linxlib
- Created: 2020-02-12T06:01:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-12T06:05:33.000Z (over 6 years ago)
- Last Synced: 2024-06-20T12:44:27.429Z (almost 2 years ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# txsms
腾讯短信(非官方)
## 用法
```go
sms.NewSmsClient(APPID,APPSECRET,SIGN).UseTpl(123456).Send("13800138000",a,b,c...)
```