package
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: May 15, 2025
License: Apache-2.0
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 AccessTokenResult struct {
ApiResult
AccessToken string `json:"access_token"`
ExpiresIn int `json:"expires_in"`
}
type ApiCommon interface {
GetAccessToken() (string, error)
}
const (
ApiKindUnknown ApiKind = iota
ApiKindWxmp
ApiKindWxoa
ApiKindWxopen
)
type ApiResult struct {
ErrCode int `json:"errcode"`
ErrMsg string `json:"errmsg"`
}
ApiResult 微信的API结果
Source Files
¶
Click to show internal directories.
Click to hide internal directories.