Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MitakeQueryResponse ¶ added in v1.0.0
type MitakeQueryResponse struct { MsgId string StatusCode string Error string StatusTime string SmsPoint int8 }
func QuerySMS ¶ added in v1.0.0
func QuerySMS(username string, password string, messageId string) (*MitakeQueryResponse, error)
func (*MitakeQueryResponse) Parse ¶ added in v1.0.0
func (mqr *MitakeQueryResponse) Parse(body []byte) error
Click to show internal directories.
Click to hide internal directories.