获取活动角色配置
POST
https://saas-open.vhall.com/v3/webinars/privilege/info
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://saas-open.vhall.com/v3/webinars/privilege/info' \
--header 'platform: 15' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'webinar_id=151057246' \
--data-urlencode 'app_key=' \
--data-urlencode 'sign_type=' \
--data-urlencode 'signed_at=' \
--data-urlencode 'sign='
响应示例响应示例
{
"code": 200,
"msg": "",
"data": {
"webinar_id": 151057246,
"is_privilege": 1,
"assistant_password": "FTOKGc",
"host_password": "ersoON",
"start_time": "2030-01-01 00:01",
"subject": "诺亚 . 奥特曼",
"webinar_type": 3,
"join_link": "https://e.vhall.com/v3/lives/keylogin/151057246/3",
"guest_join_link": "https://e.vhall.com/v3/lives/keylogin/151057246/4",
"host_join_link": "https://e.vhall.com/v3/lives/keylogin-host/151057246/1",
"host_name": "主持人",
"guest_name": "嘉宾",
"assistant_name": "助理",
"guest_password": "Rz5ABv",
"permission_data": {
"guest": {
"waiting_video_file": {
"label": "插播文件",
"check": 1
},
"speak_manage": {
"label": "邀请上麦",
"check": 0
},
"desktop_share": {
"label": "桌面共享",
"check": 1
},
"exam": {
"label": "快问快答",
"check": 1
},
"product_show": {
"label": "商品推屏",
"check": 1
},
"push_screen_card": {
"label": "推屏卡片",
"check": 1
},
"timer": {
"label": "计时器",
"check": 1
},
"watch_gift": {
"label": "观看有礼",
"check": 1
},
"cash_red_packet": {
"label": "现金红包",
"check": 1
},
"mall_reward": {
"label": "商城奖励",
"check": 1
},
"white_board": {
"label": "文档白板",
"check": 1
},
"webinar_award": {
"label": "抽奖",
"check": 1
},
"survey": {
"label": "问卷",
"check": 1
},
"personal_chat": {
"label": "问答",
"check": 1
},
"sign_in": {
"label": "签到",
"check": 1
},
"members_manager": {
"label": "成员管理",
"check": 1
},
"comment_check": {
"label": "聊天过滤",
"check": 1
},
"webinar_notice": {
"label": "公告",
"check": 1
},
"disable_msg": {
"label": "全员禁言",
"check": 1
}
},
"assistant": {
"waiting_video_file": {
"label": "插播文件",
"check": 1
},
"video_polling": {
"label": "视频轮巡",
"check": 1
},
"virtual_user": {
"label": "虚拟人数",
"check": 1
},
"doc_turn_page": {
"label": "文档翻页",
"check": 1
},
"exam": {
"label": "快问快答",
"check": 1
},
"product_show": {
"label": "商品推屏",
"check": 1
},
"timer": {
"label": "计时器",
"check": 1
},
"push_screen_card": {
"label": "推屏卡片",
"check": 1
},
"ai_chat": {
"label": "AI聊天",
"check": 1
},
"watch_gift": {
"label": "观看有礼",
"check": 1
},
"cash_red_packet": {
"label": "现金红包",
"check": 1
},
"mall_reward": {
"label": "商城奖励",
"check": 1
},
"white_board": {
"label": "文档白板",
"check": 1
},
"webinar_award": {
"label": "抽奖",
"check": 1
},
"survey": {
"label": "问卷",
"check": 1
},
"personal_chat": {
"label": "问答",
"check": 1
},
"sign_in": {
"label": "签到",
"check": 1
},
"members_manager": {
"label": "成员管理",
"check": 1
},
"comment_check": {
"label": "聊天过滤",
"check": 1
},
"webinar_notice": {
"label": "公告",
"check": 1
},
"disable_msg": {
"label": "全员禁言",
"check": 1
}
}
},
"nick_name": "微吼-侯瑞",
"host_nickname": "微吼-侯瑞",
"host_avatar": ""
},
"request_id": "4c143d68-ca9e-4c36-b87e-7b0d8a6be81f"
}
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/x-www-form-urlencoded
platform
integer
可选
默认值:
15
Body 参数application/x-www-form-urlencoded
webinar_id
string
活动id
示例值:
151057246
app_key
string
必需
默认值:
{{app_key}}
sign_type
integer
必需
默认值:
{{sign_type}}
signed_at
integer
必需
默认值:
{{signed_at}}
sign
string
计算生成的签名值
默认值:
{{sign}}
返回响应
修改于 2025-06-23 14:08:27