Documentation ¶
Index ¶
- type Client
- func (comp *Client) Get(ctx context.Context, chatID string, needName int) (*response.ResponseGroupChatGet, error)
- func (comp *Client) List(ctx context.Context, params *request.RequestGroupChatList) (*response.ResponseGroupChatList, error)
- func (comp *Client) OpenGIDToChatID(ctx context.Context, openGID string) (*response.ResponseGroupChatOpenGIDToChatID, 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) Get ¶
func (comp *Client) Get(ctx context.Context, chatID string, needName int) (*response.ResponseGroupChatGet, error)
获取客户群详情 https://developer.work.weixin.qq.com/document/path/92122
func (*Client) List ¶
func (comp *Client) List(ctx context.Context, params *request.RequestGroupChatList) (*response.ResponseGroupChatList, error)
获取客户群列表 https://developer.work.weixin.qq.com/document/path/92120
func (*Client) OpenGIDToChatID ¶
func (comp *Client) OpenGIDToChatID(ctx context.Context, openGID string) (*response.ResponseGroupChatOpenGIDToChatID, error)
客户群opengid转换 https://developer.work.weixin.qq.com/document/path/94822
Click to show internal directories.
Click to hide internal directories.