Documentation ¶
Index ¶
- type Client
- func (comp *Client) BatchGet(ctx context.Context, userID []string, cursor string, limit int) (*response.ResponseBatchGetByUser, error)
- func (comp *Client) Get(ctx context.Context, externalUserID string, cursor string) (*weCom.ResponseGetExternalContact, error)
- func (comp *Client) GetFollowUsers(ctx context.Context) (*response.ResponseGetFollowUserList, error)
- func (comp *Client) GetResignedTransferResult(ctx context.Context, handoverUserID string, takeoverUserID string, ...) (*response.ResponseGetTransferedCustomerList, error)
- func (comp *Client) GetUnassigned(ctx context.Context, pageID int, pageSize int) (*response.ResponseGetUnassignedList, error)
- func (comp *Client) List(ctx context.Context, userID string) (*response.ResponseGetList, error)
- func (comp *Client) Remark(ctx context.Context, data *request.RequestExternalContactRemark) (*response2.ResponseWork, error)
- func (comp *Client) Transfer(ctx context.Context, externalUserID []string, handoverUserID string, ...) (*response.ResponseGetTransferedCustomerList, error)
- func (comp *Client) TransferGroupChat(ctx context.Context, chatIDs []string, newOwner string) (*response3.ResponseGroupChatTransfer, 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 RegisterProvider ¶
func RegisterProvider(app kernel.ApplicationInterface) ( *Client, *contactWay.Client, *customerStrategy.Client, *groupChat.Client, *groupWelcomeTemplate.Client, *messageTemplate.Client, *moment.Client, *momentStrategy.Client, *school.Client, *statistics.Client, *tag.Client, *transfer.Client, error, )
func (*Client) BatchGet ¶
func (comp *Client) BatchGet(ctx context.Context, userID []string, cursor string, limit int) (*response.ResponseBatchGetByUser, error)
批量获取客户详情. https://developer.work.weixin.qq.com/document/path/92994
func (*Client) Get ¶
func (comp *Client) Get(ctx context.Context, externalUserID string, cursor string) (*weCom.ResponseGetExternalContact, error)
获取外部联系人详情. https://developer.work.weixin.qq.com/document/path/92114
func (*Client) GetFollowUsers ¶
func (comp *Client) GetFollowUsers(ctx context.Context) (*response.ResponseGetFollowUserList, error)
获取配置了客户联系功能的成员列表. https://developer.work.weixin.qq.com/document/path/92571
func (*Client) GetResignedTransferResult ¶
func (comp *Client) GetResignedTransferResult(ctx context.Context, handoverUserID string, takeoverUserID string, cursor string) (*response.ResponseGetTransferedCustomerList, error)
查询客户接替结果. https://developer.work.weixin.qq.com/document/path/94082
func (*Client) GetUnassigned ¶
func (comp *Client) GetUnassigned(ctx context.Context, pageID int, pageSize int) (*response.ResponseGetUnassignedList, error)
获取待分配的离职成员列表 https://developer.work.weixin.qq.com/document/path/92124
func (*Client) List ¶
获取外部联系人列表. https://developer.work.weixin.qq.com/document/path/92113
func (*Client) Remark ¶
func (comp *Client) Remark(ctx context.Context, data *request.RequestExternalContactRemark) (*response2.ResponseWork, error)
修改客户备注信息. https://developer.work.weixin.qq.com/document/path/92115
func (*Client) Transfer ¶
func (comp *Client) Transfer(ctx context.Context, externalUserID []string, handoverUserID string, takeoverUserID string) (*response.ResponseGetTransferedCustomerList, error)
分配离职成员的客户 https://developer.work.weixin.qq.com/document/path/94081
func (*Client) TransferGroupChat ¶
func (comp *Client) TransferGroupChat(ctx context.Context, chatIDs []string, newOwner string) (*response3.ResponseGroupChatTransfer, error)
分配离职成员的客户群 https://developer.work.weixin.qq.com/document/path/92127
Click to show internal directories.
Click to hide internal directories.