Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xfstart07/gosms
golang china sms
https://github.com/xfstart07/gosms
sms
Last synced: 11 days ago
JSON representation
golang china sms
- Host: GitHub
- URL: https://github.com/xfstart07/gosms
- Owner: xfstart07
- License: mit
- Created: 2017-05-21T05:26:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-22T03:51:42.000Z (over 7 years ago)
- Last Synced: 2024-06-20T05:11:14.590Z (8 months ago)
- Topics: sms
- Language: Go
- Size: 9.77 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# 介绍
Golang 发送短信
参考 https://github.com/saberma/china_sms
## 支持
* 云片
* 短信宝
* Luosimao(螺丝帽)## 使用
云片
import "github.com/xfstart07/gosms/yunpian"
短信宝
import "github.com/xfstart07/gosms/smsbao"
螺丝帽
import "github.com/xfstart07/gosms/luosimao"
## 注意
由于螺丝帽的账号没有充值,所以暂时不能保证发送成功,但是获取状态接口是没有问题的。