状态码 | 对应信息 |
---|---|
512063 | 该专题已经下线! |
512029 | 专题不存在 |
curl --location --request POST 'https://saas-open.vhall.com/v3/webinars/subject/info' \
--header 'token;' \
--header 'need_sign;' \
--header 'platform;' \
--header 'platform;' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'subject_id=12345' \
--data-urlencode 'app_key=' \
--data-urlencode 'sign_type=' \
--data-urlencode 'signed_at=' \
--data-urlencode 'sign='
{
"code": 0,
"msg": "string",
"data": {
"seo": {
"title": "string",
"keywords": "string",
"description": "string"
},
"webinar_subject": {
"id": 0,
"title": "string",
"intro": "string",
"cover": "string",
"user_id": 0,
"is_open": 0,
"is_old": "string",
"hide_appointment": 0,
"hide_pv": 0,
"type": 0,
"created_at": "string",
"updated_at": "string",
"webinar_num": 0,
"order_num": 0,
"num": 0,
"subject_verify": "string",
"is_new_version": "string",
"webinar_list": [
{
"id": 0,
"subject": "string",
"img_url": "string",
"type": 0,
"start_time": "string",
"num": 0,
"order_num": 0,
"auto_record": 0,
"is_demand": 0,
"no_delay_webinar": "string",
"is_coincide": 0,
"is_open_warm_video": 0
}
]
}
}
}