Commit 78815260f5e45dfd5012075e70c41d6651aeed72
1 parent
431820ca
2
Showing
1 changed file
with
3 additions
and
0 deletions
01.点播云/2.5 金山短视频上传接口4APP.md
| @@ -15,6 +15,9 @@ | @@ -15,6 +15,9 @@ | ||
| 15 | | appId | string | true | APPID | | 15 | | appId | string | true | APPID | |
| 16 | | name | string | true | 上传视频名称 | | 16 | | name | string | true | 上传视频名称 | |
| 17 | | description| string | true | 上传视频的信息描述 | | 17 | | description| string | true | 上传视频的信息描述 | |
| 18 | +|platform_id| string | true | APP bundleID 或者是包名,平台鉴权使用 | | ||
| 19 | +|timestamp| int | true | 精确到秒,当前Unix时间戳,请保证请求服务器时间正确 | | ||
| 20 | +|sign| String | true | 签名规则见 [签名详情] (http://help.open.cnlive.com/common.html) | | ||
| 18 | 21 | ||
| 19 | json | 22 | json |
| 20 | 23 |