Documentation ¶
Overview ¶
*
- Copyright 2015 @ 56x.net.
- name : sms
- author : jarryliu
- date : 2016-06-14 09:52
- description : 接口中的参数均以模板和数据形式出现
- history :
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResolveMessage ¶ added in v0.4.10
解析模板中的参数
Types ¶
type SmsApi ¶
type SmsApi struct { //接口地址 ApiUrl string //接口编号 Key string //接口密钥 Secret string // 请求数据,如: phone={phone}&content={content} Params string // 请求方式, GET或POST Method string //发送内容的编码 Charset string // 签名 Signature string // 默认模板编号 TemplateId string //发送成功,包含的字符,用于检测是否发送成功 SuccessChar string }
短信接口
Click to show internal directories.
Click to hide internal directories.