推送推屏卡片会发送消息,消息body 如下:
{
"type": "push_screen_card",
"card_info": ****************{ // 推屏卡片信息
"id": 62,
"user_id": 16623378,
"webinar_id": 686697652,
"title": "推屏卡片 1",
"img_rate": 2,
"img_url": "https://cnstatic01.e.vhall.com/upload/common/static-imgs/c0/e7/c0e7569408de296971eb4b98945c240b.png",
"remark": **"这里是卡片描述2222123"****,**
"href_enable": 0,
"href": "https://www.baidu.com",
"href_btn_label": "立即查看1",
"timer_enable": 0,
"timer_interval": 5,
"operator": "主持人1",
"operator_role": "主持人",
"role_name": "1",
"created_at": "2023-06-20 10:36:43",
"updated_at": "2023-06-20 16:59:43"
},"event_type"****: "push_screen_card"
}
curl --location --request POST 'https://saas-open.vhall.com/v3/interacts/push-screen-card/push' \
--header 'platform;' \
--form 'id="62"' \
--form 'webinar_id="686697652"' \
--form 'switch_id="1"' \
--form 'app_key=""' \
--form 'sign_type=""' \
--form 'signed_at=""' \
--form 'sign=""'
{
"code": 0,
"msg": "string",
"data": [
"string"
],
"request_id": "string"
}