文档
测试

鉴权信息

POST
http://domain/api/video/front/domain/authorization/edit/{id}

接口描述

修改鉴权配置

请求参数

参数名
类型
描述
必填
Switch
enum
off = 关闭 on=开启
必填
AuthKey
string
key
必填
AuthExp
int
有效期(秒)
必填

说明 / 示例

``` { "Switch":"off", "AuthKey":"12321312FA21312321", "AuthExp":600 } ```