角色权限修改
POST
https://saas-open.vhall.com/v3/webinars/privilege/edit-premission
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://saas-open.vhall.com/v3/webinars/privilege/edit-premission' \
--header 'token;' \
--header 'need_sign;' \
--header 'platform;' \
--header 'platform;' \
--form 'webinar_id="967603218"' \
--form 'type="1"' \
--form 'webinar_award="1"' \
--form 'survey="1"' \
--form 'sign_in="1"' \
--form 'members_manager="1"' \
--form 'comment_check="1"' \
--form 'webinar_notice="1"' \
--form 'disable_msg="1"' \
--form 'assistant="1"' \
--form 'share="1"' \
--form 'timer="1"' \
--form 'waiting_video_file="1"' \
--form 'webinar_group="1"' \
--form 'speak_manage="1"' \
--form 'white_board="1"' \
--form 'video_polling="1"' \
--form 'desktop_share="1"' \
--form 'exam="1"' \
--form 'doc_turn_page="1"' \
--form 'push_screen_card="1"' \
--form 'product_push_screen="1"' \
--form 'app_key=""' \
--form 'sign_type=""' \
--form 'signed_at=""' \
--form 'sign=""'
响应示例响应示例
{
"code": 0,
"msg": "string",
"data": {}
}
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/x-www-form-urlencoded
token
string
必需
need_sign
string
必需
platform
string
必需
Body 参数multipart/form-data
webinar_id
string
活动id
示例值:
967603218
type
string
必需
示例值:
1
webinar_award
string
抽奖
示例值:
1
survey
string
问卷
示例值:
1
sign_in
string
签到
示例值:
1
members_manager
string
成员管理
示例值:
1
comment_check
string
聊天过滤
示例值:
1
webinar_notice
string
公告
示例值:
1
disable_msg
string
全员禁言
示例值:
1
assistant
string
可选
示例值:
1
share
string
分享 新增选项
示例值:
1
timer
string
定时器
示例值:
1
waiting_video_file
string
插播文件
示例值:
1
webinar_group
string
分组管理
示例值:
1
speak_manage
string
可选
示例值:
1
white_board
string
白板
示例值:
1
video_polling
string
必需
示例值:
1
desktop_share
string
桌面共享
示例值:
1
exam
string
快问快答
示例值:
1
doc_turn_page
string
文档翻页
示例值:
1
push_screen_card
string
推屏卡片
示例值:
1
product_push_screen
string
商品推屏
示例值:
1
app_key
string
必需
默认值:
{{app_key}}
sign_type
integer
必需
默认值:
{{sign_type}}
signed_at
integer
必需
默认值:
{{signed_at}}
sign
string
计算生成的签名值
默认值:
{{sign}}
返回响应
修改于 2025-06-24 01:55:17