Commit f2eefd2bb40ac411e749ca278887105e413cf651

Authored by 李志鑫
1 parent 78815260

2

01.点播云/2.6 金山短视频上传修改状态接口4APP.md
... ... @@ -14,7 +14,10 @@
14 14 | videoId | string | true | video ID |
15 15 | appId | string | true | APPID |
16 16 | status | int | true | 视频状态:-1数据异常;0初始化;1上传中;2.上传完成;3.上传失败 |
17   -以及
  17 +|platform_id| string | true | APP bundleID 或者是包名,平台鉴权使用 |
  18 +|timestamp| int | true | 精确到秒,当前Unix时间戳,请保证请求服务器时间正确 |
  19 +|sign| String | true | 签名规则见 [签名详情] (http://help.open.cnlive.com/common.html) |
  20 +
18 21 json
19 22  
20 23 ```json
... ...