Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Response ¶
type Response struct { NonceStr string `json:"nonceStr"` Timestamp int64 `json:"timestamp"` Signature string `json:"signature"` }
Response contains values for configuring wx.config in front end see: http://mp.weixin.qq.com/wiki/7/aaa137b55fb2e0456bf8dd9148dd613f.html
type WxSigner ¶
WxSigner is the struct for generating weixin signature
func (*WxSigner) GenSignature ¶
GenSignature generates the signature response for a given url
func (*WxSigner) RequestTicket ¶
RequestTicket sends http requests to weixin server to fetch json api ticket In most cases, users don't need to call this method
Click to show internal directories.
Click to hide internal directories.