net.polyv.live.v1.service.web.impl
类 LiveWebMenuServiceImpl
java.lang.Object
net.polyv.live.v1.service.LiveBaseService
net.polyv.live.v1.service.web.impl.LiveWebMenuServiceImpl
- 所有已实现的接口:
- ILiveWebMenuService
public class LiveWebMenuServiceImpl
- extends LiveBaseService
- implements ILiveWebMenuService
| 从类 net.polyv.live.v1.service.LiveBaseService 继承的方法 |
baseGet, baseGetReturnArray, baseGetReturnArray, basePost, basePostJson, basePostJson, basePostJsonReturnArray, basePostReturnArray, baseUploadFile, baseUploadFileList, baseUploadFileListReturnArray |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LiveWebMenuServiceImpl
public LiveWebMenuServiceImpl()
updateChannelMenu
public Boolean updateChannelMenu(LiveUpdateChannelMenuRequest liveUpdateChannelMenuRequest)
throws IOException,
NoSuchAlgorithmException
- 设置自定义菜单直播介绍
API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/menu/setmenu/
- 指定者:
- 接口
ILiveWebMenuService 中的 updateChannelMenu
- 参数:
liveUpdateChannelMenuRequest - 设置自定义菜单直播介绍请求实体
- 返回:
- 设置自定义菜单直播介绍返回实体
- 抛出:
IOException - 异常
NoSuchAlgorithmException - 异常
listChannelMenu
public LiveListChannelMenuResponse listChannelMenu(LiveListChannelMenuRequest liveListChannelMenuRequest)
throws IOException,
NoSuchAlgorithmException
- 查询频道的菜单信息
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/menu/channel-menu-list/
- 指定者:
- 接口
ILiveWebMenuService 中的 listChannelMenu
- 参数:
liveListChannelMenuRequest - 查询频道的菜单信息请求实体
- 返回:
- 查询频道的菜单信息返回实体
- 抛出:
IOException - 异常
NoSuchAlgorithmException - 异常
Copyright © 2020. All Rights Reserved.