Documentation ¶
Overview ¶
Package live 直播间相关API
Index ¶
- func RoomDetailGet(ctx context.Context, clt *core.SDKClient, accessToken string, ...) (*live.Room, error)
- func RoomFlowPerformanceGet(ctx context.Context, clt *core.SDKClient, accessToken string, ...) (*live.RoomFlowPerformance, error)
- func RoomGet(ctx context.Context, clt *core.SDKClient, accessToken string, ...) (*live.RoomGetData, error)
- func RoomProductListGet(ctx context.Context, clt *core.SDKClient, accessToken string, ...) (*live.RoomProductListData, error)
- func RoomUserGet(ctx context.Context, clt *core.SDKClient, accessToken string, ...) (*live.RoomUser, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RoomDetailGet ¶
func RoomDetailGet(ctx context.Context, clt *core.SDKClient, accessToken string, req *live.RoomDetailGetRequest) (*live.Room, error)
RoomDetailGet 获取直播间详情
func RoomFlowPerformanceGet ¶
func RoomFlowPerformanceGet(ctx context.Context, clt *core.SDKClient, accessToken string, req *live.RoomFlowPerformanceGetRequest) (*live.RoomFlowPerformance, error)
RoomFlowPerformanceGet 获取直播间流量表现 支持获取直播间流量表现,对应PC今日直播大屏数据
func RoomGet ¶
func RoomGet(ctx context.Context, clt *core.SDKClient, accessToken string, req *live.RoomGetRequest) (*live.RoomGetData, error)
RoomGet 获取今日直播间列表 支持时间筛选范围内直播间列表
func RoomProductListGet ¶
func RoomProductListGet(ctx context.Context, clt *core.SDKClient, accessToken string, req *live.RoomProductListGetRequest) (*live.RoomProductListData, error)
RoomProductListGet 获取直播间商品列表
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.