webinar_advertising
type : 0 公众号.
type : 1 开屏海报.
curl --location --request GET 'https://saas-open.vhall.com/v3/interacts/adv/get-public-account-config-info?webinar_id' \
--header 'token;' \
--header 'platform;' \
--header 'Content-Type: application/x-www-form-urlencoded'
{
"code": "string",
"msg": "string",
"data": {
"id": 0,
"webinar_id": 0,
"img": "string",
"created_at": "string",
"updated_at": "string",
"status": 0,
"alert_type": 0
}
}