Commit 431820ca279f801b34cd71db4e77bad2f7db939f
1 parent
f6ab814b
2
Showing
1 changed file
with
3 additions
and
0 deletions
01.点播云/2.4 金山短视频上传鉴权接口4APP.md
| ... | ... | @@ -17,6 +17,9 @@ |
| 17 | 17 | | res| string | true | 文件资源 | |
| 18 | 18 | | headers | String | false | 头文件信息 | |
| 19 | 19 | | date | String | false | 格林威治时间('D, d M Y H:i:s \G\M\T') | |
| 20 | +|platform_id| string | true | APP bundleID 或者是包名,平台鉴权使用 | | |
| 21 | +|timestamp| int | true | 精确到秒,当前Unix时间戳,请保证请求服务器时间正确 | | |
| 22 | +|sign| String | true | 签名规则见 [签名详情] (http://help.open.cnlive.com/common.html) | | |
| 20 | 23 | |
| 21 | 24 | json |
| 22 | 25 | ... | ... |