4.1 视频上传鉴权.md 612 Bytes

视频上传鉴权接口


接口说明: 视频上传鉴权接口


请求方式: HTTP POST


返回格式: 200


请求参数说明:

参数名 参数类型 必选 参数说明
appId string true APPID
ts string true 时间戳+4位随机数
sign String true 签名规则见 签名详情

json

{
  "token"
}
{
  "error"
}