Documentation ¶
Index ¶
- type Client
- func (comp *Client) GetDepartmentList(departmentID string) (*response.ResponseLinkCorpGetDepartmentList, error)
- func (comp *Client) GetPermList() (*response.ResponseLinkCorpGetPermList, error)
- func (comp *Client) GetUser(userID string) (*response.ResponseLinkCorpGetUser, error)
- func (comp *Client) GetUserList(departmentID string, fetchChild bool) (*response.ResponseLinkCorpGetUserList, error)
- func (comp *Client) GetUserSimpleList(departmentID string, fetchChild bool) (*response.ResponseLinkCorpGetUserSimpleList, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
*kernel.BaseClient
}
func (*Client) GetDepartmentList ¶
func (comp *Client) GetDepartmentList(departmentID string) (*response.ResponseLinkCorpGetDepartmentList, error)
获取互联企业部门列表 https://work.weixin.qq.com/api/doc/90000/90135/93170
func (*Client) GetPermList ¶
func (comp *Client) GetPermList() (*response.ResponseLinkCorpGetPermList, error)
获取应用的可见范围 https://work.weixin.qq.com/api/doc/90000/90135/93172
func (*Client) GetUser ¶
func (comp *Client) GetUser(userID string) (*response.ResponseLinkCorpGetUser, error)
获取互联企业成员详细信息 https://work.weixin.qq.com/api/doc/90000/90135/93171
func (*Client) GetUserList ¶
func (comp *Client) GetUserList(departmentID string, fetchChild bool) (*response.ResponseLinkCorpGetUserList, error)
获取互联企业部门成员详情 https://work.weixin.qq.com/api/doc/90000/90135/93169
func (*Client) GetUserSimpleList ¶
func (comp *Client) GetUserSimpleList(departmentID string, fetchChild bool) (*response.ResponseLinkCorpGetUserSimpleList, error)
获取互联企业部门成员 https://work.weixin.qq.com/api/doc/90000/90135/93168
Click to show internal directories.
Click to hide internal directories.