net.polyv.live.v1.service.web
接口 ILiveWebInfoService

所有已知实现类:
LiveWebInfoServiceImpl

public interface ILiveWebInfoService


方法摘要
 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/
 

方法详细信息

updateChannelName

Boolean updateChannelName(LiveUpdateChannelNameRequest liveUpdateChannelNameRequest)
                          throws IOException,
                                 NoSuchAlgorithmException
设置频道名称 API地址:https://dev.polyv.net/2016/liveproduct/l-api/szgkygg/ymxxsz/updatechannelname/

参数:
liveUpdateChannelNameRequest - 设置频道名称请求实体
返回:
设置频道名称返回实体
抛出:
IOException - 异常
NoSuchAlgorithmException - 异常

updateChannelPublisher

Boolean updateChannelPublisher(LiveUpdateChannelPublisherRequest liveUpdateChannelPublisherRequest)
                               throws IOException,
                                      NoSuchAlgorithmException
设置主持人姓名 API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymxxsz/setpublisher/

参数:
liveUpdateChannelPublisherRequest - 设置主持人姓名请求实体
返回:
设置主持人姓名返回实体
抛出:
IOException - 异常
NoSuchAlgorithmException - 异常

getChannelSplash

LiveChannelSplashResponse getChannelSplash(LiveChannelSplashRequest liveChannelSplashRequest)
                                           throws IOException,
                                                  NoSuchAlgorithmException
查询直播引导图开关状态及URL API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymxxsz/getsplash/

参数:
liveChannelSplashRequest - 查询直播引导图开关状态及URL请求实体
返回:
查询直播引导图开关状态及URL返回实体
抛出:
IOException - 异常
NoSuchAlgorithmException - 异常

updateChannelLikes

Boolean updateChannelLikes(LiveUpdateChannelLikesRequest liveUpdateChannelLikesRequest)
                           throws IOException,
                                  NoSuchAlgorithmException
设置频道点赞数和观看热度值 API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymxxsz/update-likes/

参数:
liveUpdateChannelLikesRequest - 设置频道点赞数和观看热度值请求实体
返回:
设置频道点赞数和观看热度值返回实体
抛出:
IOException - 异常
NoSuchAlgorithmException - 异常

getChannelLikes

LiveChannelLikesResponse getChannelLikes(LiveChannelLikesRequest liveChannelLikesRequest)
                                         throws IOException,
                                                NoSuchAlgorithmException
查询频道点赞数和观众热度值 API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymxxsz/live-likes/

参数:
liveChannelLikesRequest - 查询频道点赞数和观众热度值请求实体
返回:
查询频道点赞数和观众热度值返回实体
抛出:
IOException - 异常
NoSuchAlgorithmException - 异常

updateChannelCountDown

Boolean updateChannelCountDown(LiveUpdateChannelCountDownRequest liveUpdateChannelCountDownRequest)
                               throws IOException,
                                      NoSuchAlgorithmException
设置频道直播倒计时信息 API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymxxsz/set-countdown/

参数:
liveUpdateChannelCountDownRequest - 设置频道直播倒计时信息请求实体
返回:
设置频道直播倒计时信息返回实体
抛出:
IOException - 异常
NoSuchAlgorithmException - 异常

getChannelCountDown

LiveChannelCountDownResponse getChannelCountDown(LiveChannelCountDownRequest liveChannelCountDownRequest)
                                                 throws IOException,
                                                        NoSuchAlgorithmException
查询频道直播倒计时信息 API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymxxsz/get-countdown/

参数:
liveChannelCountDownRequest - 查询频道直播倒计时信息请求实体
返回:
查询频道直播倒计时信息返回实体
抛出:
IOException - 异常
NoSuchAlgorithmException - 异常

updateChannelLogo

String updateChannelLogo(LiveUpdateChannelLogoRequest liveUpdateChannelLogoRequest)
                         throws IOException,
                                NoSuchAlgorithmException
设置频道图标 API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymxxsz/updatechannellogo/

参数:
liveUpdateChannelLogoRequest - 设置频道图标请求实体
返回:
设置频道图标返回实体
抛出:
IOException - 异常
NoSuchAlgorithmException - 异常

updateChannelSplash

String updateChannelSplash(LiveUpdateChannelSplashRequest liveUpdateChannelSplashRequest)
                           throws IOException,
                                  NoSuchAlgorithmException
设置引导开关以及引导图片 API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymxxsz/setsplash/

参数:
liveUpdateChannelSplashRequest - 设置引导开关以及引导图片请求实体
返回:
设置引导开关以及引导图片返回实体
抛出:
IOException - 异常
NoSuchAlgorithmException - 异常


Copyright © 2020. All Rights Reserved.