Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AuthorizeTokenResp ¶ added in v0.2.2
type AuthorizeTokenResp struct { app.Response AuthorizeToken string `json:"authorizeToken,omitempty"` // 用户的access token RefreshToken string `json:"refreshToken,omitempty"` // 用户的刷新Key OpenId string `json:"openId,omitempty"` // social端的用户ID UnionId string `json:"unionId,omitempty"` // social端的用户扩展ID }
Click to show internal directories.
Click to hide internal directories.