Documentation ¶
Index ¶
Constants ¶
View Source
const EVENT_AUTHORIZED string = "authorized"
View Source
const EVENT_COMPONENT_VERIFY_TICKET string = "component_verify_ticket"
View Source
const EVENT_THIRD_FAST_REGISTERED string = "notify_third_fasteregister"
View Source
const EVENT_UNAUTHORIZED string = "unauthorized"
View Source
const EVENT_UPDATE_AUTHORIZED string = "updateauthorized"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventAuthorization ¶
type EventAuthorization struct { XMLName xml.Name `xml:"xml"` Text string `xml:",chardata"` AppId string `xml:"AppId"` CreateTime string `xml:"CreateTime"` InfoType string `xml:"InfoType"` AuthorizerAppid string `xml:"AuthorizerAppid"` AuthorizationCode string `xml:"AuthorizationCode"` AuthorizationCodeExpiredTime string `xml:"AuthorizationCodeExpiredTime"` PreAuthCode string `xml:"PreAuthCode"` }
type EventVerifyTicket ¶
type EventVerifyTicket struct { XMLName xml.Name `xml:"xml"` Text string `xml:",chardata"` CreateTime string `xml:"CreateTime"` InfoType string `xml:"InfoType"` ComponentVerifyTicket string `xml:"ComponentVerifyTicket"` }
------------------------------------------------------------ https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/Before_Develop/component_verify_ticket.html
Click to show internal directories.
Click to hide internal directories.