其他信息设置
开发中
POST
https://saas-open.vhall.com/v3/interacts/players/set-other-set-info
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://saas-open.vhall.com/v3/interacts/players/set-other-set-info' \
--header 'token;' \
--header 'platform: 15' \
--form 'barrage_button=""' \
--form 'progress_bar=""' \
--form 'speed=""' \
--form 'app_key=""' \
--form 'sign_type=""' \
--form 'signed_at=""' \
--form 'sign=""'
响应示例响应示例
{
"code": 0,
"msg": "string",
"data": {
"barrage_button": 0,
"progress_bar": 0,
"speed": 0,
"autoplay": "string"
}
}
请求参数
Query 参数
webinar_id
string
活动ID
Header 参数
Content-Type
string
必需
示例值:
application/x-www-form-urlencoded
token
string
必需
platform
integer
可选
默认值:
15
Body 参数multipart/form-data
type
string
可选
webinar_id
string
可选
barrage_button
string
必需
progress_bar
string
必需
speed
string
必需
autoplay
string
可选
picture_in_picture
string
可选
示例值:
1
app_key
string
必需
默认值:
{{app_key}}
sign_type
integer
必需
默认值:
{{sign_type}}
signed_at
integer
必需
默认值:
{{signed_at}}
sign
string
计算生成的签名值
默认值:
{{sign}}
返回响应
修改于 2025-05-28 05:26:11