Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xfstart07/gosms

golang china sms
https://github.com/xfstart07/gosms

sms

Last synced: 11 days ago
JSON representation

golang china sms

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"

## 注意

由于螺丝帽的账号没有充值,所以暂时不能保证发送成功,但是获取状态接口是没有问题的。