Documentation ¶
Index ¶
- type Client
- func (comp *Client) AddMsgTemplate(options *request.RequestAddMsgTemplate) (*response.ResponseAddMessageTemplate, error)
- func (comp *Client) GetGroupMsgListV2(options *request.RequestGetGroupMsgListV2) (*response.ResponseGetGroupMsgListV2, error)
- func (comp *Client) GetGroupMsgSendResult(msgID string, userID string, limit int, cursor string) (*response.ResponseGetGroupMsgSendResult, error)
- func (comp *Client) GetGroupMsgTask(msgID string, limit int, cursor string) (*response.ResponseGetGroupMsgTask, error)
- func (comp *Client) SendWelcomeMsg(options *request.RequestSendWelcomeMsg) (*response2.ResponseWork, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
*kernel.BaseClient
}
func (*Client) AddMsgTemplate ¶
func (comp *Client) AddMsgTemplate(options *request.RequestAddMsgTemplate) (*response.ResponseAddMessageTemplate, error)
创建企业群发 https://developer.work.weixin.qq.com/document/path/92135
func (*Client) GetGroupMsgListV2 ¶
func (comp *Client) GetGroupMsgListV2(options *request.RequestGetGroupMsgListV2) (*response.ResponseGetGroupMsgListV2, error)
获取群发记录列表 https://developer.work.weixin.qq.com/document/path/93338#获取群发记录列表
func (*Client) GetGroupMsgSendResult ¶
func (comp *Client) GetGroupMsgSendResult(msgID string, userID string, limit int, cursor string) (*response.ResponseGetGroupMsgSendResult, error)
获取企业群发成员执行结果 https://developer.work.weixin.qq.com/document/path/93338#获取企业群发成员执行结果
func (*Client) GetGroupMsgTask ¶
func (comp *Client) GetGroupMsgTask(msgID string, limit int, cursor string) (*response.ResponseGetGroupMsgTask, error)
获取群发成员发送任务列表 https://developer.work.weixin.qq.com/document/path/93338#获取群发成员发送任务列表
func (*Client) SendWelcomeMsg ¶
func (comp *Client) SendWelcomeMsg(options *request.RequestSendWelcomeMsg) (*response2.ResponseWork, error)
发送新客户欢迎语 https://developer.work.weixin.qq.com/document/path/92599
Click to show internal directories.
Click to hide internal directories.