Commit 78815260f5e45dfd5012075e70c41d6651aeed72

Authored by 李志鑫
1 parent 431820ca

2

01.点播云/2.5 金山短视频上传接口4APP.md
... ... @@ -15,6 +15,9 @@
15 15 | appId | string | true | APPID |
16 16 | name | string | true | 上传视频名称 |
17 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 22 json
20 23  
... ...