2.4.3 视频上传鉴权接口少儿.md 697 Bytes

短视频上传鉴权接口


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


请求方式: HTTP POST


返回格式: 200


请求参数说明:

参数名 参数类型 必选 参数说明
appId string true APPID
sid string true 用户ID
timestamp string true 时间戳
sign String true 签名规则见 签名详情

json

 {
 "errorCode":"0",
 "errorMessage":"success",
 "token":"xxxxxxxxx"
}