The highest tagged major version is
v2.
package
Version:
v0.0.1-202203111300
Opens a new window with list of versions in this module.
Published: Mar 11, 2022
License: MPL-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type WxErrResponse struct {
ErrCode int `json:"errcode"`
ErrMsg string `json:"errmsg"`
}
WxErrResponse 生成微信的AccessToken
type WxqrAccessToken struct {
AccessToken string `json:"access_token"`
ExpiresIn int `json:"expires_in"`
RefreshToken string `json:"refresh_token"`
OpenId string `json:"openid"`
UnionId string `json:"unionid"`
Scope string `json:"scope"`
}
WxqrAccessToken 类型
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.