Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App interface {
Id() string
Test() string
OrgEduList(cursor int) (res []interface{})
GetOrgByIds(ids interface{}) (res []interface{})
GetOrgUsers(id interface{}, cursor int, fetchChild int) (res []interface{})
GetUserByCardNumber(cardNumbers interface{}) (res []interface{})
Search(keyword interface{}) (res []interface{})
AuthorizationCode(wxCode string, appKey string, appSecret string, redirectUri string) (res string)
GetUserInfoByOauth(accessToken string) (res string)
}
Click to show internal directories.
Click to hide internal directories.