Documentation ¶
Index ¶
- type Client
- func (comp *Client) GetUnassignedList(ctx context.Context, pageID int, cursor string, pageSize int) (*response.ResponseResignedGetUnassignedList, error)
- func (comp *Client) GroupChatTransfer(ctx context.Context, options *request.RequestGroupChatTransfer) (*response.ResponseGroupChatTransfer, error)
- func (comp *Client) ResignedTransferCustomer(ctx context.Context, options *request.RequestResignedTransferCustomer) (*response.ResponseResignedTransferCustomer, error)
- func (comp *Client) ResignedTransferResult(ctx context.Context, options *request.RequestResignedTransferResult) (*response.ResponseResignedTransferResult, error)
- func (comp *Client) TransferCustomer(ctx context.Context, options *request.RequestTransferCustomer) (*response.ResponseTransferCustomer, error)
- func (comp *Client) TransferResult(ctx context.Context, options *request.RequestTransferResult) (*response.ResponseTransferResult, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
BaseClient *kernel.BaseClient
}
func (*Client) GetUnassignedList ¶
func (comp *Client) GetUnassignedList(ctx context.Context, pageID int, cursor string, pageSize int) (*response.ResponseResignedGetUnassignedList, error)
获取待分配的离职成员列表 https://developer.work.weixin.qq.com/document/path/92125
func (*Client) GroupChatTransfer ¶
func (comp *Client) GroupChatTransfer(ctx context.Context, options *request.RequestGroupChatTransfer) (*response.ResponseGroupChatTransfer, error)
分配离职成员的客户群 https://developer.work.weixin.qq.com/document/path/92127
func (*Client) ResignedTransferCustomer ¶
func (comp *Client) ResignedTransferCustomer(ctx context.Context, options *request.RequestResignedTransferCustomer) (*response.ResponseResignedTransferCustomer, error)
分配离职成员的客户 https://developer.work.weixin.qq.com/document/path/94081
func (*Client) ResignedTransferResult ¶
func (comp *Client) ResignedTransferResult(ctx context.Context, options *request.RequestResignedTransferResult) (*response.ResponseResignedTransferResult, error)
查询客户接替状态 https://developer.work.weixin.qq.com/document/path/94082
func (*Client) TransferCustomer ¶
func (comp *Client) TransferCustomer(ctx context.Context, options *request.RequestTransferCustomer) (*response.ResponseTransferCustomer, error)
分配在职成员的客户 https://developer.work.weixin.qq.com/document/path/92125
func (*Client) TransferResult ¶
func (comp *Client) TransferResult(ctx context.Context, options *request.RequestTransferResult) (*response.ResponseTransferResult, error)
查询客户接替状态 https://developer.work.weixin.qq.com/document/path/94088
Click to show internal directories.
Click to hide internal directories.