wk

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 28, 2026 License: Apache-2.0 Imports: 12 Imported by: 0

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)
}

func NewApp

func NewApp(config Config) App

type Config

type Config struct {
	AppID     string `json:"appId"`
	AppSecret string `json:"appSecret"`
	AppCode   string `json:"appCode"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL