public class LiveChannelOperateServiceImpl extends LiveBaseService implements ILiveChannelOperateService
ERROR_INFO, ERROR_PREFIX, ERROR_PREFIX1, ERROR_SUFFIX| 构造器和说明 |
|---|
LiveChannelOperateServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
LiveChannelAuthTokenResponse |
channelAuthToken(LiveChannelAuthTokenRequest liveCreateChannelTokenRequest)
查询授权和连麦的token
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/pdcz/get-chat-token/
|
LiveChannelBasicInfoResponse |
channelBasicInfo(LiveChannelBasicInfoRequest liveChannelBasicInfoRequest)
查询频道基本信息
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/pdcz/get-detail-setting/
|
LiveChannelInfoResponse |
channelInfo(LiveChannelInfoRequest liveChannelInfoRequest)
查询频道信息
API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/pdcz/getchannelid-2/
|
LiveChannelResponse |
createChannel(LiveChannelRequest liveChannelRequest)
创建直播频道
API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/pdcz/create-channel/
|
LiveChannelInitResponse |
createChannelInit(LiveChannelInitRequest liveChannelInitRequest)
创建并初始化频道
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/pdcz/basic-create/
|
LiveCreateChannelListResponse |
createChannelList(LiveCreateChannelListRequest liveCreateChannelListRequest)
批量创建频道
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/batch-create-channels/
|
Boolean |
createChannelPPTRecordTask(LiveCreateChannelPPTRecordRequest liveCreateChannelPPTRecordRequest)
创建重制课件任务
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbglgn/pdcz/add-record-task/
|
Boolean |
createChannelToken(LiveCreateChannelTokenRequest liveCreateChannelTokenRequest)
设置频道单点登陆token
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/set-token-1/
|
LiveCreateSonChannelResponse |
createSonChannel(LiveCreateSonChannelRequest liveCreateSonChannelRequest)
创建子频道
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/add-account/
|
Boolean |
createSonChannelToken(LiveCreateSonChannelTokenRequest liveCreateSonChannelTokenRequest)
设置子频道单点登陆token
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/set-account-token/
|
Boolean |
deleteChannel(LiveDeleteChannelRequest liveDeleteChannelRequest)
删除直播频道
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/deletechannel/
|
Boolean |
deleteChannelList(LiveDeleteChannelListRequest liveDeleteChannelListRequest)
批量删除频道
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/batch-delete-channels/
|
Boolean |
deleteSonChannel(LiveDeleteSonChannelRequest liveDeleteSonChannelRequest)
删除子频道
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/delete-account/
|
LiveListChannelPPTRecordResponse |
listPPTRecord(LiveListChannelPPTRecordRequest liveListChannelPPTRecordRequest)
查询课件重制任务列表
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbglgn/pdcz/pptrecord-list/
|
LiveSonChannelInfoResponse |
sonChannelInfo(LiveSonChannelInfoRequest liveSonChannelInfoRequest)
查询子频道信息
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/get-account/
|
LiveSonChannelInfoListResponse |
sonChannelInfoList(LiveSonChannelInfoListRequest liveSonChannelInfoListRequest)
查询频道号下所有子频道信息
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/get-accounts/
|
Boolean |
updateChannelDetail(LiveChannelDetailRequest liveChannelDetailRequest)
设置频道详情
注意:设置前,请确认您的套餐是否包含对应场景
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/detail-update/
|
Boolean |
updateChannelPassword(LiveChannelPasswordSettingRequest liveChannelPasswordSettingRequest)
设置频道密码
API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/pdcz/updatepasswd/
|
Boolean |
updateChannelSetting(LiveChannelSettingRequest liveChannelSettingRequest)
修改频道的相关设置
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/pdcz/update-channel-detail-setting/
|
Boolean |
updateSonChannelInfo(LiveUpdateSonChannelInfoRequest liveUpdateSonChannelInfoRequest)
设置子频道信息
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/update-account/
|
baseGet, baseGetReturnArray, basePost, basePostJson, basePostJson, basePostJsonReturnArray, basePostReturnArray, baseUploadFilepublic LiveChannelResponse createChannel(LiveChannelRequest liveChannelRequest) throws IOException, NoSuchAlgorithmException
createChannel 在接口中 ILiveChannelOperateServiceliveChannelRequest - 直播频道请求实体IOException - 异常NoSuchAlgorithmException - 异常public LiveChannelInitResponse createChannelInit(LiveChannelInitRequest liveChannelInitRequest) throws IOException, NoSuchAlgorithmException
createChannelInit 在接口中 ILiveChannelOperateServiceliveChannelInitRequest - 创建并初始化频道请求体IOException - 异常NoSuchAlgorithmException - 异常public LiveCreateChannelListResponse createChannelList(LiveCreateChannelListRequest liveCreateChannelListRequest) throws IOException, NoSuchAlgorithmException
createChannelList 在接口中 ILiveChannelOperateServiceliveCreateChannelListRequest - 批量创建频道请求体IOException - 异常NoSuchAlgorithmException - 异常public Boolean updateChannelSetting(LiveChannelSettingRequest liveChannelSettingRequest) throws IOException
updateChannelSetting 在接口中 ILiveChannelOperateServiceliveChannelSettingRequest - 修改频道的相关设置请求体IOException - 异常public Boolean updateChannelDetail(LiveChannelDetailRequest liveChannelDetailRequest) throws IOException, NoSuchAlgorithmException
updateChannelDetail 在接口中 ILiveChannelOperateServiceliveChannelDetailRequest - 设置频道详情请求实体IOException - 异常NoSuchAlgorithmException - 异常public LiveListChannelPPTRecordResponse listPPTRecord(LiveListChannelPPTRecordRequest liveListChannelPPTRecordRequest) throws IOException, NoSuchAlgorithmException
listPPTRecord 在接口中 ILiveChannelOperateServiceliveListChannelPPTRecordRequest - 查询课件重制任务列表请求体IOException - 异常NoSuchAlgorithmException - 异常public Boolean updateChannelPassword(LiveChannelPasswordSettingRequest liveChannelPasswordSettingRequest) throws IOException, NoSuchAlgorithmException
updateChannelPassword 在接口中 ILiveChannelOperateServiceliveChannelPasswordSettingRequest - 设置频道密码请求体IOException - 异常NoSuchAlgorithmException - 异常public Boolean deleteChannel(LiveDeleteChannelRequest liveDeleteChannelRequest) throws IOException, NoSuchAlgorithmException
deleteChannel 在接口中 ILiveChannelOperateServiceliveDeleteChannelRequest - 删除直播频道请求体IOException - 异常NoSuchAlgorithmException - 异常public Boolean deleteChannelList(LiveDeleteChannelListRequest liveDeleteChannelListRequest) throws IOException, NoSuchAlgorithmException
deleteChannelList 在接口中 ILiveChannelOperateServiceliveDeleteChannelListRequest - 批量删除频道请求体IOException - 异常NoSuchAlgorithmException - 异常public Boolean createChannelToken(LiveCreateChannelTokenRequest liveCreateChannelTokenRequest) throws IOException, NoSuchAlgorithmException
createChannelToken 在接口中 ILiveChannelOperateServiceliveCreateChannelTokenRequest - 设置频道单点登陆token请求体IOException - 异常NoSuchAlgorithmException - 异常public LiveChannelInfoResponse channelInfo(LiveChannelInfoRequest liveChannelInfoRequest) throws IOException, NoSuchAlgorithmException
channelInfo 在接口中 ILiveChannelOperateServiceliveChannelInfoRequest - 查询频道信息请求体IOException - 异常NoSuchAlgorithmException - 异常public LiveChannelBasicInfoResponse channelBasicInfo(LiveChannelBasicInfoRequest liveChannelBasicInfoRequest) throws IOException, NoSuchAlgorithmException
channelBasicInfo 在接口中 ILiveChannelOperateServiceliveChannelBasicInfoRequest - 查询频道基本信息请求体IOException - 异常NoSuchAlgorithmException - 异常public LiveChannelAuthTokenResponse channelAuthToken(LiveChannelAuthTokenRequest liveCreateChannelTokenRequest) throws IOException, NoSuchAlgorithmException
channelAuthToken 在接口中 ILiveChannelOperateServiceliveCreateChannelTokenRequest - 查询授权和连麦的token请求体IOException - 异常NoSuchAlgorithmException - 异常public LiveCreateSonChannelResponse createSonChannel(LiveCreateSonChannelRequest liveCreateSonChannelRequest) throws IOException, NoSuchAlgorithmException
createSonChannel 在接口中 ILiveChannelOperateServiceliveCreateSonChannelRequest - 创建子频道请求体IOException - 异常NoSuchAlgorithmException - 异常public Boolean updateSonChannelInfo(LiveUpdateSonChannelInfoRequest liveUpdateSonChannelInfoRequest) throws IOException, NoSuchAlgorithmException
updateSonChannelInfo 在接口中 ILiveChannelOperateServiceliveUpdateSonChannelInfoRequest - 设置子频道信息请求体IOException - 异常NoSuchAlgorithmException - 异常public Boolean createSonChannelToken(LiveCreateSonChannelTokenRequest liveCreateSonChannelTokenRequest) throws IOException, NoSuchAlgorithmException
createSonChannelToken 在接口中 ILiveChannelOperateServiceliveCreateSonChannelTokenRequest - 设置子频道单点登陆token请求体IOException - 异常NoSuchAlgorithmException - 异常public LiveSonChannelInfoResponse sonChannelInfo(LiveSonChannelInfoRequest liveSonChannelInfoRequest) throws IOException, NoSuchAlgorithmException
sonChannelInfo 在接口中 ILiveChannelOperateServiceliveSonChannelInfoRequest - 查询子频道信息请求体IOException - 异常NoSuchAlgorithmException - 异常public LiveSonChannelInfoListResponse sonChannelInfoList(LiveSonChannelInfoListRequest liveSonChannelInfoListRequest) throws IOException, NoSuchAlgorithmException
sonChannelInfoList 在接口中 ILiveChannelOperateServiceliveSonChannelInfoListRequest - 查询频道号下所有子频道信息请求体IOException - 异常NoSuchAlgorithmException - 异常public Boolean deleteSonChannel(LiveDeleteSonChannelRequest liveDeleteSonChannelRequest) throws IOException, NoSuchAlgorithmException
deleteSonChannel 在接口中 ILiveChannelOperateServiceliveDeleteSonChannelRequest - 删除子频道请求体IOException - 异常NoSuchAlgorithmException - 异常public Boolean createChannelPPTRecordTask(LiveCreateChannelPPTRecordRequest liveCreateChannelPPTRecordRequest) throws IOException, NoSuchAlgorithmException
createChannelPPTRecordTask 在接口中 ILiveChannelOperateServiceliveCreateChannelPPTRecordRequest - 创建重制课件任务请求实体IOException - 异常NoSuchAlgorithmException - 异常Copyright © 2020. All rights reserved.