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

所有已知实现类:
LiveWebMenuServiceImpl

public interface ILiveWebMenuService


方法摘要
 LiveListChannelMenuResponse listChannelMenu(LiveListChannelMenuRequest liveListChannelMenuRequest)
          查询频道的菜单信息 API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/menu/channel-menu-list/
 Boolean updateChannelMenu(LiveUpdateChannelMenuRequest liveUpdateChannelMenuRequest)
          设置自定义菜单直播介绍 API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/menu/setmenu/
 

方法详细信息

updateChannelMenu

Boolean updateChannelMenu(LiveUpdateChannelMenuRequest liveUpdateChannelMenuRequest)
                          throws IOException,
                                 NoSuchAlgorithmException
设置自定义菜单直播介绍 API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/menu/setmenu/

参数:
liveUpdateChannelMenuRequest - 设置自定义菜单直播介绍请求实体
返回:
设置自定义菜单直播介绍返回实体
抛出:
IOException - 异常
NoSuchAlgorithmException - 异常

listChannelMenu

LiveListChannelMenuResponse listChannelMenu(LiveListChannelMenuRequest liveListChannelMenuRequest)
                                            throws IOException,
                                                   NoSuchAlgorithmException
查询频道的菜单信息 API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/menu/channel-menu-list/

参数:
liveListChannelMenuRequest - 查询频道的菜单信息请求实体
返回:
查询频道的菜单信息返回实体
抛出:
IOException - 异常
NoSuchAlgorithmException - 异常


Copyright © 2020. All Rights Reserved.