Documentation ¶
Index ¶
- type Client
- func (comp *Client) Cancel(meetingID string) (*response2.ResponseWork, error)
- func (comp *Client) Create(options *request.RequestMeetingCreate) (*response.ResponseMeetingCreate, error)
- func (comp *Client) GetBookingInfo(meetingID string) (*response.ResponseMeetingGetBookingInfo, error)
- func (comp *Client) GetUserMeetingID(userID string, cursor string, beginTime int64, endTime int64, limit int) (*response.ResponseMeetingGetUserMeetingID, error)
- func (comp *Client) Update(options *request.RequestMeetingUpdate) (*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) Cancel ¶
func (comp *Client) Cancel(meetingID string) (*response2.ResponseWork, error)
取消预约会议 https://developer.work.weixin.qq.com/document/path/93630
func (*Client) Create ¶
func (comp *Client) Create(options *request.RequestMeetingCreate) (*response.ResponseMeetingCreate, error)
创建预约会议 https://developer.work.weixin.qq.com/document/path/93627
func (*Client) GetBookingInfo ¶
func (comp *Client) GetBookingInfo(meetingID string) (*response.ResponseMeetingGetBookingInfo, error)
获取会议详情 https://developer.work.weixin.qq.com/document/path/93629
func (*Client) GetUserMeetingID ¶
func (comp *Client) GetUserMeetingID(userID string, cursor string, beginTime int64, endTime int64, limit int) (*response.ResponseMeetingGetUserMeetingID, error)
获取成员会议ID列表 https://developer.work.weixin.qq.com/document/path/93628
func (*Client) Update ¶
func (comp *Client) Update(options *request.RequestMeetingUpdate) (*response2.ResponseWork, error)
修改预约会议 https://developer.work.weixin.qq.com/document/path/93631
Click to show internal directories.
Click to hide internal directories.