Documentation ¶
Index ¶
- type Agent
- type AuthConfig
- type AuthCorpInfo
- type AuthInfo
- type AuthResponse
- type AuthUserInfo
- type Config
- type Privilege
- type QueryWechatCorpTpAuthToken
- type QueryWechatCorpTpToken
- type Response
- type WechatCorpTpAuthKey
- type WechatCorpTpAuthToken
- type WechatCorpTpConfig
- type WechatCorpTpInfoData
- type WechatCorpTpPermanentCode
- type WechatCorpTpPermanentCodeResponse
- type WechatCorpTpPreAuthCodeResponse
- type WechatCorpTpToken
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthConfig ¶
type AuthCorpInfo ¶
type AuthCorpInfo struct { Corpid string `json:"corpid"` CorpName string `json:"corp_name"` CorpType string `json:"corp_type"` CorpSquareLogoUrl string `json:"corp_square_logo_url"` CorpUserMax int `json:"corp_user_max"` CorpAgentMax int `json:"corp_agent_max"` CorpFullName string `json:"corp_full_name"` VerifiedEndTime int64 `json:"verified_end_time"` SubjectType int `json:"subject_type"` CorpWxqrcode string `json:"corp_wxqrcode"` CorpScale string `json:"corp_scale"` CorpIndustry string `json:"corp_industry"` CorpSubIndustry string `json:"corp_sub_industry"` Location string `json:"location"` }
type AuthResponse ¶
type AuthUserInfo ¶
type QueryWechatCorpTpAuthToken ¶
type QueryWechatCorpTpAuthToken struct { WechatCorpTpAuthToken ExpireTime int64 }
type QueryWechatCorpTpToken ¶
type QueryWechatCorpTpToken struct { WechatCorpTpToken ExpireTime int64 }
func (*QueryWechatCorpTpToken) GetExpireTime ¶
func (q *QueryWechatCorpTpToken) GetExpireTime() int64
type WechatCorpTpAuthKey ¶
type WechatCorpTpAuthToken ¶
type WechatCorpTpConfig ¶
type WechatCorpTpInfoData ¶
type WechatCorpTpPermanentCodeResponse ¶
type WechatCorpTpPermanentCodeResponse struct { Errcode int `json:"errcode"` Errmsg string `json:"errmsg"` AccessToken string `json:"access_token"` ExpiresIn int `json:"expires_in"` PermanentCode string `json:"permanent_code"` AuthCorpInfo AuthCorpInfo `json:"auth_corp_info"` AuthInfo AuthInfo `json:"auth_info"` AuthUserInfo AuthUserInfo `json:"auth_user_info"` }
type WechatCorpTpToken ¶
Click to show internal directories.
Click to hide internal directories.