Documentation ¶
Index ¶
- type Client
- func (comp *Client) GetMomentComments(momentID string, userID string) (*response.ResponseMomentGetMomentComments, error)
- func (comp *Client) GetMomentCustomerList(momentID string, userID string, cursor string, limit int) (*response.ResponseMomentGetMomentCustomerList, error)
- func (comp *Client) GetMomentList(params *request.RequestGetMomentList) (*response.ResponseGetMomentList, error)
- func (comp *Client) GetMomentSendResult(momentID string, userID string, cursor string, limit int) (*response.ResponseMomentGetMomentSendResult, error)
- func (comp *Client) GetMomentTask(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 {
*kernel.BaseClient
}
func (*Client) GetMomentComments ¶
func (comp *Client) GetMomentComments(momentID string, userID string) (*response.ResponseMomentGetMomentComments, error)
获取客户朋友圈的互动数据 https://work.weixin.qq.com/api/doc/90000/90135/93333
func (*Client) GetMomentCustomerList ¶
func (comp *Client) GetMomentCustomerList(momentID string, userID string, cursor string, limit int) (*response.ResponseMomentGetMomentCustomerList, error)
获取客户朋友圈发表时选择的可见范围 https://work.weixin.qq.com/api/doc/90000/90135/93333
func (*Client) GetMomentList ¶
func (comp *Client) GetMomentList(params *request.RequestGetMomentList) (*response.ResponseGetMomentList, error)
获取企业全部的发表列表 https://work.weixin.qq.com/api/doc/90000/90135/93333
func (*Client) GetMomentSendResult ¶
func (comp *Client) GetMomentSendResult(momentID string, userID string, cursor string, limit int) (*response.ResponseMomentGetMomentSendResult, error)
获取客户朋友圈发表后的可见客户列表 https://work.weixin.qq.com/api/doc/90000/90135/93333
func (*Client) GetMomentTask ¶
func (comp *Client) GetMomentTask(momentID string, cursor string, limit int) (*response.ResponseMomentGetMomentTask, error)
获取客户朋友圈企业发表的列表 https://work.weixin.qq.com/api/doc/90000/90135/93333
Click to show internal directories.
Click to hide internal directories.