Documentation ¶
Index ¶
Constants ¶
View Source
const ( BaseURL = "http://dysmsapi.aliyuncs.com" Format = "JSON" SignatureMethod = "HMAC-SHA1" SignatureVersion = "1.0" APIVersion = "2017-05-25" RegionID = "cn-hangzhou" ActionSMS = "SendSms" ActionBatchSMS = "SendBatchSms" ActionCall = "SingleCallByTts" )
View Source
const (
StatusOK = "OK"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSTemplate ¶
func (CSTemplate) Marshal ¶
func (t CSTemplate) Marshal() (string, error)
type Client ¶
type ResponseMessage ¶
type ResponseMessage interface {
// contains filtered or unexported methods
}
type SendSMSResponse ¶
type SendSMSResponse struct { BizID string `json:"BizId"` // contains filtered or unexported fields }
type SingleCallByTTSResponse ¶
type SingleCallByTTSResponse struct { CallID string `json:"CallId"` // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.