Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetTicketV2 ¶
Types ¶
type MsgContent ¶
type MsgContent struct { ToUsername string `xml:"ToUserName"` FromUsername string `xml:"FromUserName"` CreateTime uint32 `xml:"CreateTime"` MsgType string `xml:"MsgType"` Content string `xml:"Content"` Msgid string `xml:"MsgId"` AgentId string `xml:"AgentID"` Event string `xml:"Event"` EventKey string `xml:"EventKey"` }
func CallbackHandler ¶
func CallbackHandler(r *http.Request, app WxApp) (MsgContent, string)
func MsgHandler ¶
func MsgHandler(r *http.Request, app WxApp) (MsgContent, string)
Click to show internal directories.
Click to hide internal directories.