Commit e12fe0116e74a88205c5b8fe0f2a12af3c29d219
1 parent
ac843e28
update
Showing
1 changed file
with
1 additions
and
0 deletions
01.点播云/3.4 短视频入库点播云.md
| ... | ... | @@ -20,6 +20,7 @@ |
| 20 | 20 | | userId| string | true | 短视频的信息用户标识 | |
| 21 | 21 | | callBackUrl| string | false | 短视频信息回调地址 | |
| 22 | 22 | |platform_id| string | true | APP bundleID 或者是包名,平台鉴权使用| |
| 23 | +|extensions| string | false | 扩展字段,格式 | | |
| 23 | 24 | |timestamp| int | true | 精确到秒,当前Unix时间戳,请保证请求服务器时间正确 | |
| 24 | 25 | |sign| String | true | 签名规则见 [签名详情] (http://bj.gitlab.cnlive.com/OPEN-API/WIKI/blob/master/00.%E5%85%AC%E5%85%B1%E7%BB%84%E4%BB%B6/1.1%20SHA1%E7%AD%BE%E5%90%8D.md) | |
| 25 | 26 | ... | ... |