Documentation ¶
Index ¶
- type Client
- func (comp *Client) BatchGet(ctx context.Context, externalUserIDList []string) (*response.ResponseCustomerBatchGet, error)
- func (comp *Client) CancelUpgradeService(ctx context.Context, openKFID, externalUserID string) (*response2.ResponseWork, error)
- func (comp *Client) GetUpgradeServiceConfig(ctx context.Context) (*response.ResponseCustomerGetUpgradeServiceConfig, error)
- func (comp *Client) UpgradeService(ctx context.Context, options *request.RequestUpgradeService) (*response2.ResponseWork, 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) BatchGet ¶
func (comp *Client) BatchGet(ctx context.Context, externalUserIDList []string) (*response.ResponseCustomerBatchGet, error)
读取消息 https://developer.work.weixin.qq.com/document/path/94670
func (*Client) CancelUpgradeService ¶
func (comp *Client) CancelUpgradeService(ctx context.Context, openKFID, externalUserID string) (*response2.ResponseWork, error)
为客户取消推荐 https://developer.work.weixin.qq.com/document/path/94674
func (*Client) GetUpgradeServiceConfig ¶
func (comp *Client) GetUpgradeServiceConfig(ctx context.Context) (*response.ResponseCustomerGetUpgradeServiceConfig, error)
获取配置的专员与客户群 https://developer.work.weixin.qq.com/document/path/94674
func (*Client) UpgradeService ¶
func (comp *Client) UpgradeService(ctx context.Context, options *request.RequestUpgradeService) (*response2.ResponseWork, error)
为客户升级为专员或客户群服务 https://developer.work.weixin.qq.com/document/path/94674
Click to show internal directories.
Click to hide internal directories.