public interface PLChannelAccountService extends PLBaseService
直播频道的子频道相关接口
| 限定符和类型 | 方法和说明 |
|---|---|
PLCommonListResult<ChannelAccount> |
getAccounts(int channelId,
PLChannelAccountsGetRequest request)
获取频道下所有子频道(详见http://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/get-accounts/)
该接口提供用户查询频道下所有子频道信息。
|
destroyProxy, initForwardProxy, initReverseProxy, initReverseProxyPLCommonListResult<ChannelAccount> getAccounts(int channelId, PLChannelAccountsGetRequest request)
获取频道下所有子频道(详见http://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/get-accounts/)
该接口提供用户查询频道下所有子频道信息。
需要调用该接口的情况:
◆ 业务需要获取某个频道的子频道用于管理;
接口地址:https://api.polyv.net/live/v2/channelAccount/{channelId}/accounts
channelId - 频道号request - 获取频道的子频道列表的参数对象。Copyright © 2019. All rights reserved.