https://github.com/ipfans/qcloudsms
QCloud SMS Golang SDK
https://github.com/ipfans/qcloudsms
go golang qcloud-sdk sms
Last synced: 2 months ago
JSON representation
QCloud SMS Golang SDK
- Host: GitHub
- URL: https://github.com/ipfans/qcloudsms
- Owner: ipfans
- License: mit
- Created: 2017-07-24T07:15:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-28T04:04:31.000Z (almost 8 years ago)
- Last Synced: 2025-01-31T10:11:25.893Z (4 months ago)
- Topics: go, golang, qcloud-sdk, sms
- Language: Go
- Homepage: https://www.qcloud.com/product/sms
- Size: 25.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qcloudsms
[](http://godoc.org/github.com/ipfans/qcloudsms)
[](https://goreportcard.com/report/github.com/ipfans/qcloudsms)
[](https://travis-ci.org/ipfans/qcloudsms)
[](https://codecov.io/gh/ipfans/qcloudsms)
[](https://raw.githubusercontent.com/ipfans/qcloudsms/master/LICENSE)QCloud SMS Service(https://www.qcloud.com/product/sms) Golang SDK.
## Installtion
```
go get -u -v github.com/ipfans/qcloudsms
```## Status
Pre-alpha. Lots of functionality is knowingly missing or broken. API may change in v1.0.
## Features
* [ ] SMS
* [x] sendsms 发送短信
* [x] sendmultisms2 发送多条短信
* [x] smscallback 短信状态回调,提供处理函数
* [x] smsreply 短信上行,提供处理函数
* [ ] pullstatus 拉取短信状态(Help Wanted)
* [x] pullstatus4mobile 拉取单个手机短信状态* [ ] Improve test coverage