Documentation ¶ Index ¶ func AuthToken(client *httpclient.ReqClient) (s string, e error) func Bind(s Sms) func Send(client *httpclient.ReqClient, token string, smsParam map[string]string, ...) (e error) type Sms Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func AuthToken ¶ func AuthToken(client *httpclient.ReqClient) (s string, e error) func Bind ¶ func Bind(s Sms) func Send ¶ func Send(client *httpclient.ReqClient, token string, smsParam map[string]string, phone ...string) (e error) Types ¶ type Sms ¶ type Sms interface { AuthToken(client *httpclient.ReqClient) (string, error) Send(client *httpclient.ReqClient, token string, smsParam map[string]string, phone ...string) error } Source Files ¶ View all Source files sms.go Click to show internal directories. Click to hide internal directories.