Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SmsSendResult ¶
type SmsSendResult struct { RespCode string `json:"respCode"` RespDesc string `json:"respDesc"` SmsId string `json:"smsId"` }
func SendSmsTemplateMessage ¶
func SendSmsTemplateMessage(templateid string, telephone string) (result *SmsSendResult, err error)
Click to show internal directories.
Click to hide internal directories.