package
Version:
v0.0.0-...-88259fe
Opens a new window with list of versions in this module.
Published: Jan 29, 2025
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Result struct {
ErrCode int64 `json:"errcode"`
ErrMsg string `json:"errmsg"`
AccessToken string `json:"access_token"`
ExpiresIn int64 `json:"expires_in"`
RefreshToken string `json:"refresh_token"`
OpenId string `json:"openid"`
Scope string `json:"scope"`
UnionId string `json:"unionid"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.