Documentation ¶
Index ¶
- type Client
- func (comp *Client) Cancel(livingID string) (*response2.ResponseWork, error)
- func (comp *Client) Create(options *request.RequestLivingCreate) (*response.ResponseLivingCreate, error)
- func (comp *Client) DeleteReplayData(livingID string) (*response2.ResponseWork, error)
- func (comp *Client) GetLivingCode(livingID string, openID string) (*response.ResponseLivingGetLivingCode, error)
- func (comp *Client) GetLivingInfo(livingID string) (*response.ResponseLivingGetLivingInfo, error)
- func (comp *Client) GetLivingShareInfo(wwShareCode string) (*response.ResponseLivingGetLivingShareInfo, error)
- func (comp *Client) GetUserAllLivingID(userID string, cursor string, limit int) (*response.ResponseLivingGetUserAllLivingID, error)
- func (comp *Client) GetWatchStat(livingID string, nextKey string) (*response.ResponseLivingGetWatchStat, error)
- func (comp *Client) Modify(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 {
*kernel.BaseClient
}
func (*Client) Cancel ¶
func (comp *Client) Cancel(livingID string) (*response2.ResponseWork, error)
func (*Client) Create ¶
func (comp *Client) Create(options *request.RequestLivingCreate) (*response.ResponseLivingCreate, error)
func (*Client) DeleteReplayData ¶
func (comp *Client) DeleteReplayData(livingID string) (*response2.ResponseWork, error)
func (*Client) GetLivingCode ¶
func (comp *Client) GetLivingCode(livingID string, openID string) (*response.ResponseLivingGetLivingCode, error)
在微信中观看直播或直播回放 https://work.weixin.qq.com/api/doc/90000/90135/93641
func (*Client) GetLivingInfo ¶
func (comp *Client) GetLivingInfo(livingID string) (*response.ResponseLivingGetLivingInfo, error)
func (*Client) GetLivingShareInfo ¶
func (comp *Client) GetLivingShareInfo(wwShareCode string) (*response.ResponseLivingGetLivingShareInfo, error)
获取跳转小程序商城的直播观众信息 https://work.weixin.qq.com/api/doc/90000/90135/94442
func (*Client) GetUserAllLivingID ¶
func (comp *Client) GetUserAllLivingID(userID string, cursor string, limit int) (*response.ResponseLivingGetUserAllLivingID, error)
获取成员直播ID列表 https://work.weixin.qq.com/api/doc/90000/90135/93634
func (*Client) GetWatchStat ¶
func (comp *Client) GetWatchStat(livingID string, nextKey string) (*response.ResponseLivingGetWatchStat, error)
获取直播观看明细 https://work.weixin.qq.com/api/doc/90000/90135/93636
func (*Client) Modify ¶
func (comp *Client) Modify(options *request.RequestLivingModify) (*response2.ResponseWork, error)
Click to show internal directories.
Click to hide internal directories.