设置单个活动K值
POST
https://saas-open.vhall.com/v3/webinars/auth/edit
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://saas-open.vhall.com/v3/webinars/auth/edit' \
--header 'platform: 15' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'webinar_id=658171537' \
--data-urlencode 'use_global_k=1' \
--data-urlencode 'curr_auth=1' \
--data-urlencode 'curr_url=https://test01-lite-console-api.vhall.com/key/valid' \
--data-urlencode 'k_id=647904' \
--data-urlencode 'is_default=1' \
--data-urlencode 'app_key=' \
--data-urlencode 'sign_type=' \
--data-urlencode 'signed_at=' \
--data-urlencode 'sign='
响应示例响应示例
{
"code": 200,
"msg": "",
"data": {
"k_id": 647904
},
"request_id": "73378949-efdb-40b4-a0a5-4288be59f5ea"
}
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/x-www-form-urlencoded
platform
integer
可选
默认值:
15
Body 参数application/x-www-form-urlencoded
webinar_id
string
必需
示例值:
658171537
use_global_k
string
可选
示例值:
1
curr_auth
string
可选
示例值:
1
curr_url
string
可选
示例值:
https://test01-lite-console-api.vhall.com/key/valid
fail_url
string
可选
k_id
string
可选
示例值:
647904
is_default
string
可选
示例值:
1
app_key
string
必需
默认值:
{{app_key}}
sign_type
integer
必需
默认值:
{{sign_type}}
signed_at
integer
必需
默认值:
{{signed_at}}
sign
string
计算生成的签名值
默认值:
{{sign}}
返回响应
修改于 2025-06-26 12:52:02