package
Version:
v0.0.0-...-83adff0
Opens a new window with list of versions in this module.
Published: Jul 6, 2020
License: GPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type TokenReq struct {
Noncestr string `json:"nonce" form:"nonce" validate:"required"`
Timestamp string `json:"timestamp" form:"timestamp" validate:"required"`
}
TokenReq .
type WXTicket struct {
Ticket string `json:"ticket"`
}
WXTicket 返回ticket
type WXToken struct {
Token string `json:"access_token"`
Expires int `json:"expires_in"`
}
WXToken 返回token
Source Files
¶
Click to show internal directories.
Click to hide internal directories.