Documentation ¶
Index ¶
- type Client
- func (comp *Client) Department(encodingAESKey string, blockSize int64) (*response.ResponseUserExportJobs, error)
- func (comp *Client) GetExportResult(jobID string) (*response.ResponseUserExportGetResult, error)
- func (comp *Client) SimpleUser(encodingAESKey string, blockSize int64) (*response.ResponseUserExportJobs, error)
- func (comp *Client) TagUser(tagID int, encodingAESKey string, blockSize int64) (*response.ResponseUserExportJobs, error)
- func (comp *Client) User(encodingAESKey string, blockSize int64) (*response.ResponseUserExportJobs, 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) Department ¶
func (comp *Client) Department(encodingAESKey string, blockSize int64) (*response.ResponseUserExportJobs, error)
导出部门 https://developer.work.weixin.qq.com/document/path/94852
func (*Client) GetExportResult ¶
func (comp *Client) GetExportResult(jobID string) (*response.ResponseUserExportGetResult, error)
获取导出结果 https://developer.work.weixin.qq.com/document/path/94854
func (*Client) SimpleUser ¶
func (comp *Client) SimpleUser(encodingAESKey string, blockSize int64) (*response.ResponseUserExportJobs, error)
导出成员 https://developer.work.weixin.qq.com/document/path/94849
func (*Client) TagUser ¶
func (comp *Client) TagUser(tagID int, encodingAESKey string, blockSize int64) (*response.ResponseUserExportJobs, error)
导出标签成员 https://developer.work.weixin.qq.com/document/path/94853
func (*Client) User ¶
func (comp *Client) User(encodingAESKey string, blockSize int64) (*response.ResponseUserExportJobs, error)
导出成员详情 https://developer.work.weixin.qq.com/document/path/94851
Click to show internal directories.
Click to hide internal directories.