Documentation ¶
Index ¶
- type Client
- func (comp *Client) Add(calendar *power.HashMap, agentID int) (*response.ResponseCalendarAdd, error)
- func (comp *Client) Del(calID string) (*response2.ResponseWork, error)
- func (comp *Client) Get(calIDList []string) (*response.ResponseCalendarGet, error)
- func (comp *Client) Update(calendar *power.HashMap) (*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) Add ¶
func (comp *Client) Add(calendar *power.HashMap, agentID int) (*response.ResponseCalendarAdd, error)
创建日历 https://developer.work.weixin.qq.com/document/path/93647
func (*Client) Del ¶
func (comp *Client) Del(calID string) (*response2.ResponseWork, error)
删除日历 https://developer.work.weixin.qq.com/document/path/93647
func (*Client) Get ¶
func (comp *Client) Get(calIDList []string) (*response.ResponseCalendarGet, error)
获取日历详情 https://developer.work.weixin.qq.com/document/path/93647
func (*Client) Update ¶
更新日历 https://developer.work.weixin.qq.com/document/path/93647
Click to show internal directories.
Click to hide internal directories.