Documentation ¶
Index ¶
- type Client
- func (comp *Client) Add(name string, mediaID string) (*response.ResponseAccountAdd, error)
- func (comp *Client) AddContactWay(openKFID string, scene string) (*response.ResponseAccountServiceAddContactWay, error)
- func (comp *Client) Del(openKFID string) (*response2.ResponseWork, error)
- func (comp *Client) List() (*response.ResponseAccountList, error)
- func (comp *Client) Update(options *request.RequestAccountUpdate) (*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 NewClient ¶
func NewClient(app kernel.ApplicationInterface) *Client
func RegisterProvider ¶
func (*Client) AddContactWay ¶
func (comp *Client) AddContactWay(openKFID string, scene string) (*response.ResponseAccountServiceAddContactWay, error)
获取客服帐号链接 https://work.weixin.qq.com/api/doc/90000/90135/94665
func (*Client) List ¶
func (comp *Client) List() (*response.ResponseAccountList, error)
获取客服帐号列表 https://work.weixin.qq.com/api/doc/90000/90135/94661
func (*Client) Update ¶
func (comp *Client) Update(options *request.RequestAccountUpdate) (*response2.ResponseWork, error)
Click to show internal directories.
Click to hide internal directories.