获取开屏海报设置
开发中
GET
https://saas-open.vhall.com/v3/interacts/adv/get-screen-poster-config-info
webinar_advertising
type : 0 公众号.
type : 1 开屏海报.
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://saas-open.vhall.com/v3/interacts/adv/get-screen-poster-config-info?webinar_id' \
--header 'platform: 15' \
--header 'Content-Type: application/x-www-form-urlencoded'
响应示例响应示例
{
"code": "string",
"msg": "string",
"data": {
"id": 0,
"img": "string",
"m_img": "string",
"url": "string",
"created_at": "string",
"updated_at": "string",
"status": 0,
"shutdown_type": 0
}
}
请求参数
Query 参数
webinar_id
string
活动ID
Header 参数
Content-Type
string
必需
示例值:
application/x-www-form-urlencoded
platform
integer
可选
默认值:
15
返回响应
修改于 2025-05-28 05:26:27