dingtalk

package
v0.8.1 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2022 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dingtalk

type Dingtalk struct {
	AppID     string `json:"app_id" bson:"app_id"`
	AppSecret string `json:"app_secret" bson:"app_secret"`
}

type Response

type Response struct {
	ErrCode  int64    `json:"errcode"`
	ErrMsg   string   `json:"errmsg"`
	UserInfo UserInfo `json:"user_info"`
}

type UserInfo

type UserInfo struct {
	Nick    string `json:"nick"`
	OpenID  string `json:"openid"`
	UnionID string `json:"unionid"`
}

Jump to

Keyboard shortcuts

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