Documentation ¶
Index ¶
- type Client
- func (comp *Client) Close(ctx context.Context, msgID string, index int) (*response2.ResponseOfficialAccount, error)
- func (comp *Client) Delete(ctx context.Context, msgID string, index int, commentID int) (*response2.ResponseOfficialAccount, error)
- func (comp *Client) DeleteReply(ctx context.Context, msgID string, index int, commentID int) (*response2.ResponseOfficialAccount, error)
- func (comp *Client) List(ctx context.Context, msgID string, index int, begin int, count int, Type int) (*response.ResponseCommentList, error)
- func (comp *Client) MarkElect(ctx context.Context, msgID string, index int, commentID int) (*response2.ResponseOfficialAccount, error)
- func (comp *Client) Open(ctx context.Context, msgID string, index int) (*response2.ResponseOfficialAccount, error)
- func (comp *Client) Reply(ctx context.Context, msgID string, index int, commentID int, content string) (*response2.ResponseOfficialAccount, error)
- func (comp *Client) UnmarkElect(ctx context.Context, msgID string, index int, commentID int) (*response2.ResponseOfficialAccount, 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 RegisterProvider ¶
func RegisterProvider(app kernel.ApplicationInterface) (*Client, error)
func (*Client) Close ¶
func (*Client) Delete ¶
func (*Client) DeleteReply ¶
func (*Client) List ¶
func (*Client) MarkElect ¶
func (comp *Client) MarkElect(ctx context.Context, msgID string, index int, commentID int) (*response2.ResponseOfficialAccount, error)
将评论标记精选(新增接口) https://developers.weixin.qq.com/doc/offiaccount/Comments_management/Image_Comments_Management_Interface.html
func (*Client) Open ¶
func (*Client) Reply ¶
func (*Client) UnmarkElect ¶
func (comp *Client) UnmarkElect(ctx context.Context, msgID string, index int, commentID int) (*response2.ResponseOfficialAccount, error)
将评论取消精选(新增接口) https://developers.weixin.qq.com/doc/offiaccount/Comments_management/Image_Comments_Management_Interface.html
Click to show internal directories.
Click to hide internal directories.