状态码 | 对应信息 |
---|---|
512056 | 套餐不支持此功能 |
600 | 参数错误 |
512112 | 此专题无法设置统一限制,因为下属活动同时属于其他专题 |
512002 | 活动不存在 |
512028 | 创建专题失败 |
curl --location --request POST 'https://saas-open.vhall.com/v3/webinars/subject/create' \
--header 'token;' \
--header 'need_sign;' \
--header 'platform;' \
--header 'platform;' \
--form 'subject=""' \
--form 'webinar_ids=""' \
--form 'app_key=""' \
--form 'sign_type=""' \
--form 'signed_at=""' \
--form 'sign=""'
{
"code": 0,
"msg": "string",
"data": {
"subject_id": 0
}
}