The highest tagged major version is
v2.
package
Version:
v1.0.27
Opens a new window with list of versions in this module.
Published: May 23, 2023
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 WxqrResponse 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"`
}
WxqrResponse 类型
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.