查询活动K值详情配置
POST
https://saas-open.vhall.com/v3/webinars/auth/info
{
'code'=>12002,
'msg'=>'活动不存在或已删除'
}
{
'code'=>512076,
'msg'=>'请检测活动ID与k_id是否对应'
}
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://saas-open.vhall.com/v3/webinars/auth/info' \
--header 'platform: 15' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'webinar_id=658171537' \
--data-urlencode 'k_id=264803' \
--data-urlencode 'app_key=' \
--data-urlencode 'sign_type=' \
--data-urlencode 'signed_at=' \
--data-urlencode 'sign='
响应示例响应示例
{
"code": 200,
"msg": "",
"data": {
"webinar_id": 658171537,
"use_global_k": 1,
"exist_3rd_auth": "1",
"auth_url": "https://test01-lite-console-api.vhall.com/key/valid",
"failure_url": ""
},
"request_id": "4dbbd119-5841-40cc-adcb-0feb8cd85801"
}
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/x-www-form-urlencoded
platform
integer
可选
默认值:
15
Body 参数application/x-www-form-urlencoded
webinar_id
string
活动id
示例值:
658171537
k_id
string
可选
示例值:
264803
app_key
string
必需
默认值:
{{app_key}}
sign_type
integer
必需
默认值:
{{sign_type}}
signed_at
integer
必需
默认值:
{{signed_at}}
sign
string
计算生成的签名值
默认值:
{{sign}}
返回响应
修改于 2025-06-26 12:27:22