Documentation ¶
Index ¶
- type Client
- func (comp *Client) Add(ctx context.Context, openKFID string, userIDList []string) (*response.ResponseServicerAdd, error)
- func (comp *Client) Del(ctx context.Context, openKFID string, userIDList []string) (*response.ResponseServicerDel, error)
- func (comp *Client) List(ctx context.Context, openKFID string) (*response.ResponseServicerList, 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) Add ¶
func (comp *Client) Add(ctx context.Context, openKFID string, userIDList []string) (*response.ResponseServicerAdd, error)
添加接待人员 https://developer.work.weixin.qq.com/document/path/94646
func (*Client) Del ¶
func (comp *Client) Del(ctx context.Context, openKFID string, userIDList []string) (*response.ResponseServicerDel, error)
删除接待人员 https://developer.work.weixin.qq.com/document/path/94647
func (*Client) List ¶
func (comp *Client) List(ctx context.Context, openKFID string) (*response.ResponseServicerList, error)
获取接待人员列表 https://developer.work.weixin.qq.com/document/path/94645
Click to show internal directories.
Click to hide internal directories.