请求URL:

  • 正式:https://1812501212048408.cn-hangzhou.fc.aliyuncs.com/2016-08-15/proxy/node-api.online/node-api/live/menuList
  • 预发:
  • 测试:

请求方式:

  • GET

请求参数:

参数 类型 说明 默认值 必填
id int 直播间id
uin int 客户uin

返回示例:

{
    "code": 200,
    "errorCode": 0,
    "data": [
        {
            "id": 139413,
            "channelId": 90787,
            "menuName": "聊天互动", //菜单名称
            "menuType": "chat", //类型,chat(聊天互动),coupon(优惠券),playlists(播单),iframeLine(自定义链接),report(图文直播),recruit(招聘模板)
            "menuInfo": null, //菜单信息,对应菜单内容id
            "orderId": 1, //排序
            "delete": 0
        },
        {
            "id": 142479,
            "channelId": 90787,
            "menuName": "优惠券",
            "menuType": "coupon",
            "menuInfo": null,
            "orderId": 4,
            "delete": 0
        },
        {
            "id": 142482,
            "channelId": 90787,
            "menuName": "bd",
            "menuType": "playlists",
            "menuInfo": "3353",
            "orderId": 5,
            "delete": 0
        },
        {
            "id": 142483,
            "channelId": 90787,
            "menuName": "bd",
            "menuType": "iframeLine",
            "menuInfo": "https://dddddddddddddddddd",
            "orderId": 6,
            "delete": 0
        }
    ],
    "errMessage": ""
}
最后编辑: 广电云技术部  文档更新时间: 2026-05-15 10:19   作者:广电云技术部