public class PLChannelMenuServiceImpl extends PLAbstractService implements PLChannelMenuService
直播频道菜单接口请求接口实现类
CONTENTS_TAG, DELETE_METHOD, GET_METHOD, POST_METHOD, PUT_METHOD| 构造器和说明 |
|---|
PLChannelMenuServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
PLCommonListResult<ChannelMenu> |
getMenus(PLChannelMenuListGetRequest request)
获取频道菜单列表
|
PLCommonResult |
setCustomMenu(int channelId,
String userId,
PLChannelCustomMenuSetRequest request)
设置频道自定义菜单
|
PLCommonResult |
setMenuById(PLChannelMenuSetRequest request)
通过菜单ID设置频道菜单
|
destroyProxy, getPLChannelCommonResult, getPLChannelCommonResultV1, getPLCommonResult, getPLCommonResult, getPLCommonResultV1, getResult, getResult, initForwardProxy, initHttpClient, initReverseProxy, initReverseProxy, request, request, requestV1clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroyProxy, initForwardProxy, initReverseProxy, initReverseProxypublic PLCommonListResult<ChannelMenu> getMenus(PLChannelMenuListGetRequest request)
获取频道菜单列表
getMenus 在接口中 PLChannelMenuServicerequest - 获取频道菜单列表的参数对象。public PLCommonResult setMenuById(PLChannelMenuSetRequest request)
通过菜单ID设置频道菜单
setMenuById 在接口中 PLChannelMenuServicerequest - 设置频道菜单的参数对象。public PLCommonResult setCustomMenu(int channelId, String userId, PLChannelCustomMenuSetRequest request)
设置频道自定义菜单
setCustomMenu 在接口中 PLChannelMenuServicechannelId - 频道IDuserId - 用户IDrequest - 设置频道自定义菜单的参数对象。Copyright © 2019. All rights reserved.