Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 455 Bytes

Readme.md

File metadata and controls

29 lines (16 loc) · 455 Bytes

介绍

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"

注意

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