Documentation ¶
Index ¶
- type Client
- func (comp *Client) AddMomentTask(ctx context.Context, params *request.RequestAddMomentTask) (*response.ResponseAddMomentTask, error)
- func (comp *Client) GetMomentComments(ctx context.Context, momentID string, userID string) (*response.ResponseMomentGetMomentComments, error)
- func (comp *Client) GetMomentCustomerList(ctx context.Context, momentID string, userID string, cursor string, limit int) (*response.ResponseMomentGetMomentCustomerList, error)
- func (comp *Client) GetMomentList(ctx context.Context, params *request.RequestGetMomentList) (*response.ResponseGetMomentList, error)
- func (comp *Client) GetMomentSendResult(ctx context.Context, momentID string, userID string, cursor string, limit int) (*response.ResponseMomentGetMomentSendResult, error)
- func (comp *Client) GetMomentTask(ctx context.Context, momentID string, cursor string, limit int) (*response.ResponseMomentGetMomentTask, 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) AddMomentTask ¶ added in v3.1.17
func (comp *Client) AddMomentTask(ctx context.Context, params *request.RequestAddMomentTask) (*response.ResponseAddMomentTask, error)
企业发表内容到客户的朋友圈 https://developer.work.weixin.qq.com/document/path/95095
func (*Client) GetMomentComments ¶
func (comp *Client) GetMomentComments(ctx context.Context, momentID string, userID string) (*response.ResponseMomentGetMomentComments, error)
获取客户朋友圈的互动数据 https://developer.work.weixin.qq.com/document/path/93333
func (*Client) GetMomentCustomerList ¶
func (comp *Client) GetMomentCustomerList(ctx context.Context, momentID string, userID string, cursor string, limit int) (*response.ResponseMomentGetMomentCustomerList, error)
获取客户朋友圈发表时选择的可见范围 https://developer.work.weixin.qq.com/document/path/93333
func (*Client) GetMomentList ¶
func (comp *Client) GetMomentList(ctx context.Context, params *request.RequestGetMomentList) (*response.ResponseGetMomentList, error)
获取企业全部的发表列表 https://developer.work.weixin.qq.com/document/path/93333
func (*Client) GetMomentSendResult ¶
func (comp *Client) GetMomentSendResult(ctx context.Context, momentID string, userID string, cursor string, limit int) (*response.ResponseMomentGetMomentSendResult, error)
获取客户朋友圈发表后的可见客户列表 https://developer.work.weixin.qq.com/document/path/93333
func (*Client) GetMomentTask ¶
func (comp *Client) GetMomentTask(ctx context.Context, momentID string, cursor string, limit int) (*response.ResponseMomentGetMomentTask, error)
获取客户朋友圈企业发表的列表 https://developer.work.weixin.qq.com/document/path/93333
Click to show internal directories.
Click to hide internal directories.