Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateServer ¶
Types ¶
type EncryptRequest ¶
type EncryptRequest struct{}
type EncryptResponse ¶
type EncryptResponse struct{}
type TextRequest ¶
type TextRequest struct {
XMLName xml.Name `xml:"xml"`
ToUserName string
FromUserName string
CreateTime string
MsgType string
// text
Content string
// event
Event string
EventKey string
Tickey string
// Latitude string
// Longitude string
// Precision string
// image voice video shortvideo
PicUrl string
MediaId string
Format string
Recognition string
ThumbMediaId string
// location
Location_X string
Location_Y string
Scale string
// link
Title string
Description string
Url string
MsgId int64
}
func Parse ¶
func Parse(data []byte) *TextRequest
Click to show internal directories.
Click to hide internal directories.