Documentation ¶
Index ¶
- type Client
- func (comp *Client) Cancel(ctx context.Context, livingID string) (*response2.ResponseWork, error)
- func (comp *Client) Create(ctx context.Context, options *request.RequestLivingCreate) (*response.ResponseLivingCreate, error)
- func (comp *Client) DeleteReplayData(ctx context.Context, livingID string) (*response2.ResponseWork, error)
- func (comp *Client) GetLivingCode(ctx context.Context, livingID string, openID string) (*response.ResponseLivingGetLivingCode, error)
- func (comp *Client) GetLivingInfo(ctx context.Context, livingID string) (*response.ResponseLivingGetLivingInfo, error)
- func (comp *Client) GetLivingShareInfo(ctx context.Context, wwShareCode string) (*response.ResponseLivingGetLivingShareInfo, error)
- func (comp *Client) GetUserAllLivingID(ctx context.Context, userID string, cursor string, limit int) (*response.ResponseLivingGetUserAllLivingID, error)
- func (comp *Client) GetWatchStat(ctx context.Context, livingID string, nextKey string) (*response.ResponseLivingGetWatchStat, error)
- func (comp *Client) Modify(ctx context.Context, options *request.RequestLivingModify) (*response2.ResponseWork, 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 (*Client) Cancel ¶
取消预约直播 https://developer.work.weixin.qq.com/document/path/93638
func (*Client) Create ¶
func (comp *Client) Create(ctx context.Context, options *request.RequestLivingCreate) (*response.ResponseLivingCreate, error)
创建预约直播 https://developer.work.weixin.qq.com/document/path/93637
func (*Client) DeleteReplayData ¶
func (comp *Client) DeleteReplayData(ctx context.Context, livingID string) (*response2.ResponseWork, error)
删除直播回放 https://developer.work.weixin.qq.com/document/path/93874
func (*Client) GetLivingCode ¶
func (comp *Client) GetLivingCode(ctx context.Context, livingID string, openID string) (*response.ResponseLivingGetLivingCode, error)
在微信中观看直播或直播回放 https://developer.work.weixin.qq.com/document/path/93641
func (*Client) GetLivingInfo ¶
func (comp *Client) GetLivingInfo(ctx context.Context, livingID string) (*response.ResponseLivingGetLivingInfo, error)
获取直播详情 https://developer.work.weixin.qq.com/document/path/93635
func (*Client) GetLivingShareInfo ¶
func (comp *Client) GetLivingShareInfo(ctx context.Context, wwShareCode string) (*response.ResponseLivingGetLivingShareInfo, error)
获取跳转小程序商城的直播观众信息 https://developer.work.weixin.qq.com/document/path/94442
func (*Client) GetUserAllLivingID ¶
func (comp *Client) GetUserAllLivingID(ctx context.Context, userID string, cursor string, limit int) (*response.ResponseLivingGetUserAllLivingID, error)
获取成员直播ID列表 https://developer.work.weixin.qq.com/document/path/93634
func (*Client) GetWatchStat ¶
func (comp *Client) GetWatchStat(ctx context.Context, livingID string, nextKey string) (*response.ResponseLivingGetWatchStat, error)
获取直播观看明细 https://developer.work.weixin.qq.com/document/path/93636
func (*Client) Modify ¶
func (comp *Client) Modify(ctx context.Context, options *request.RequestLivingModify) (*response2.ResponseWork, error)
修改预约直播 https://developer.work.weixin.qq.com/document/path/93640
Click to show internal directories.
Click to hide internal directories.