获取水印设置
开发中
GET
https://saas-open.vhall.com/v3/interacts/players/get-watermark-config
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://saas-open.vhall.com/v3/interacts/players/get-watermark-config?webinar_id' \
--header 'interact-token;' \
--header 'platform: 15' \
--header 'Content-Type: application/x-www-form-urlencoded'
响应示例响应示例
{
"code": 0,
"msg": "string",
"data": {
"webinar_id": 0,
"watermark_open": 0,
"img_url": "string",
"img_alpha": 0,
"img_position": 0,
"img_size": "string",
"doc_watermark_type": {
"text": "string",
"user_id": "string",
"nick_name": "string",
"text_value": "string"
},
"doc_font_size": "string",
"doc_font_color": "string",
"doc_transparency": "string",
"doc_watermark_open": "string"
}
}
请求参数
Query 参数
webinar_id
string
活动ID
Header 参数
Content-Type
string
必需
示例值:
application/x-www-form-urlencoded
interact-token
string
必需
platform
integer
可选
默认值:
15
返回响应
修改于 2025-06-07 11:25:00