public class LiveWebInfoServiceImpl extends LiveBaseService implements ILiveWebInfoService
ERROR_INFO, ERROR_PREFIX, ERROR_PREFIX1, ERROR_SUFFIX| 构造器和说明 |
|---|
LiveWebInfoServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
LiveChannelCountDownResponse |
getChannelCountDown(LiveChannelCountDownRequest liveChannelCountDownRequest)
查询频道直播倒计时信息
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymxxsz/get-countdown/
|
LiveChannelLikesResponse |
getChannelLikes(LiveChannelLikesRequest liveChannelLikesRequest)
查询频道点赞数和观众热度值
API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymxxsz/live-likes/
|
LiveChannelSplashResponse |
getChannelSplash(LiveChannelSplashRequest liveChannelSplashRequest)
查询直播引导图开关状态及URL
API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymxxsz/getsplash/
|
Boolean |
updateChannelCountDown(LiveUpdateChannelCountDownRequest liveUpdateChannelCountDownRequest)
设置频道直播倒计时信息
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymxxsz/set-countdown/
|
Boolean |
updateChannelLikes(LiveUpdateChannelLikesRequest liveUpdateChannelLikesRequest)
设置频道点赞数和观看热度值
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymxxsz/update-likes/
|
String |
updateChannelLogo(LiveUpdateChannelLogoRequest liveUpdateChannelLogoRequest)
设置频道图标
API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymxxsz/updatechannellogo/
|
Boolean |
updateChannelName(LiveUpdateChannelNameRequest liveUpdateChannelNameRequest)
设置频道名称
API地址:https://dev.polyv.net/2016/liveproduct/l-api/szgkygg/ymxxsz/updatechannelname/
|
Boolean |
updateChannelPublisher(LiveUpdateChannelPublisherRequest liveUpdateChannelPublisherRequest)
设置主持人姓名
API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymxxsz/setpublisher/
|
String |
updateChannelSplash(LiveUpdateChannelSplashRequest liveUpdateChannelSplashRequest)
设置引导开关以及引导图片
API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymxxsz/setsplash/
|
baseGet, baseGetReturnArray, baseGetReturnArray, basePost, basePostJson, basePostJson, basePostJsonReturnArray, basePostReturnArray, baseUploadFile, baseUploadFileList, baseUploadFileListReturnArraypublic Boolean updateChannelName(LiveUpdateChannelNameRequest liveUpdateChannelNameRequest) throws IOException, NoSuchAlgorithmException
updateChannelName 在接口中 ILiveWebInfoServiceliveUpdateChannelNameRequest - 设置频道名称请求实体IOException - 异常NoSuchAlgorithmException - 异常public Boolean updateChannelPublisher(LiveUpdateChannelPublisherRequest liveUpdateChannelPublisherRequest) throws IOException, NoSuchAlgorithmException
updateChannelPublisher 在接口中 ILiveWebInfoServiceliveUpdateChannelPublisherRequest - 设置主持人姓名请求实体IOException - 异常NoSuchAlgorithmException - 异常public LiveChannelSplashResponse getChannelSplash(LiveChannelSplashRequest liveChannelSplashRequest) throws IOException, NoSuchAlgorithmException
getChannelSplash 在接口中 ILiveWebInfoServiceliveChannelSplashRequest - 查询直播引导图开关状态及URL请求实体IOException - 异常NoSuchAlgorithmException - 异常public Boolean updateChannelLikes(LiveUpdateChannelLikesRequest liveUpdateChannelLikesRequest) throws IOException, NoSuchAlgorithmException
updateChannelLikes 在接口中 ILiveWebInfoServiceliveUpdateChannelLikesRequest - 设置频道点赞数和观看热度值请求实体IOException - 异常NoSuchAlgorithmException - 异常public LiveChannelLikesResponse getChannelLikes(LiveChannelLikesRequest liveChannelLikesRequest) throws IOException, NoSuchAlgorithmException
getChannelLikes 在接口中 ILiveWebInfoServiceliveChannelLikesRequest - 查询频道点赞数和观众热度值请求实体IOException - 异常NoSuchAlgorithmException - 异常public Boolean updateChannelCountDown(LiveUpdateChannelCountDownRequest liveUpdateChannelCountDownRequest) throws IOException, NoSuchAlgorithmException
updateChannelCountDown 在接口中 ILiveWebInfoServiceliveUpdateChannelCountDownRequest - 设置频道直播倒计时信息请求实体IOException - 异常NoSuchAlgorithmException - 异常public LiveChannelCountDownResponse getChannelCountDown(LiveChannelCountDownRequest liveChannelCountDownRequest) throws IOException, NoSuchAlgorithmException
getChannelCountDown 在接口中 ILiveWebInfoServiceliveChannelCountDownRequest - 查询频道直播倒计时信息请求实体IOException - 异常NoSuchAlgorithmException - 异常public String updateChannelLogo(LiveUpdateChannelLogoRequest liveUpdateChannelLogoRequest) throws IOException, NoSuchAlgorithmException
updateChannelLogo 在接口中 ILiveWebInfoServiceliveUpdateChannelLogoRequest - 设置频道图标请求实体IOException - 异常NoSuchAlgorithmException - 异常public String updateChannelSplash(LiveUpdateChannelSplashRequest liveUpdateChannelSplashRequest) throws IOException, NoSuchAlgorithmException
updateChannelSplash 在接口中 ILiveWebInfoServiceliveUpdateChannelSplashRequest - 设置引导开关以及引导图片请求实体IOException - 异常NoSuchAlgorithmException - 异常Copyright © 2020. All Rights Reserved.