设置活动多K值校验
POST
https://saas-open.vhall.com/v3/webinars/auth/create-more-k
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://saas-open.vhall.com/v3/webinars/auth/create-more-k' \
--header 'platform: 15' \
--form 'webinar_id="658171537"' \
--form 'curr_url="https://test01-lite-console-api.vhall.com/key/valid"' \
--form 'app_key=""' \
--form 'sign_type=""' \
--form 'signed_at=""' \
--form 'sign=""'
响应示例响应示例
{
"code": 200,
"msg": "",
"data": {
"k_id": 647904
},
"request_id": "5ebde0c9-b3e3-45d3-83bd-aa63581c4705"
}
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/x-www-form-urlencoded
platform
integer
可选
默认值:
15
Body 参数multipart/form-data
webinar_id
string
活动ID
示例值:
658171537
curr_url
string
必需
示例值:
https://test01-lite-console-api.vhall.com/key/valid
fail_url
string
可选
app_key
string
必需
默认值:
{{app_key}}
sign_type
integer
必需
默认值:
{{sign_type}}
signed_at
integer
必需
默认值:
{{signed_at}}
sign
string
计算生成的签名值
默认值:
{{sign}}
返回响应
修改于 2025-06-26 12:29:51