跑马灯设置
开发中
POST
https://saas-open.vhall.com/v3/interacts/players/set-scrolling-screen-config
- webinar_player_config
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://saas-open.vhall.com/v3/interacts/players/set-scrolling-screen-config' \
--header 'token;' \
--header 'platform: 15' \
--form 'scrolling_open=""' \
--form 'text_type=""' \
--form 'alpha=""' \
--form 'size=""' \
--form 'color=""' \
--form 'interval=""' \
--form 'speed=""' \
--form 'position=""' \
--form 'app_key=""' \
--form 'sign_type=""' \
--form 'signed_at=""' \
--form 'sign=""'
响应示例响应示例
{
"code": 0,
"msg": "string",
"data": {
"webinar_id": 0,
"scrolling_open": 0,
"text_type": 0,
"text": "string",
"alpha": 0,
"size": 0,
"color": "string",
"interval": 0,
"speed": 0,
"position": 0
}
}
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/x-www-form-urlencoded
token
string
必需
platform
integer
可选
默认值:
15
Body 参数multipart/form-data
type
string
可选
webinar_id
string
type为1是必传
scrolling_open
string
必需
text_type
string
必需
1 固定文本
2 观看者昵称、ID
text
string
可选
固定文本的内容,可以自定义,限制20个字符,不限制字符类型
当text_type为1的时候必传
alpha
string
必需
size
string
必需
color
string
必需
interval
string
必需
由旧版控制台的10
speed
string
必需
position
string
必需
scroll_type
string
可选
app_key
string
必需
默认值:
{{app_key}}
sign_type
integer
必需
默认值:
{{sign_type}}
signed_at
integer
必需
默认值:
{{signed_at}}
sign
string
计算生成的签名值
默认值:
{{sign}}
返回响应
修改于 2025-06-07 11:25:26