Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 359 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 359 Bytes

#golang package for SMS

##使用方法

`

//var user = sms.SendParam{ApiKey: "key-XXXXXXXXXXXXXXXXXXXXXXXX", UseSsl: true}

//user.Send("18519268986", "验证码:19272【铁壳测试】")

//var mobileList = []string{"18519268986", "18519268986"}

//user.SendBatch(mobileList, "asdasdasdasdasdasd【PUPUPULA】")

//user.CheckDeposit()

`