Commit f6ab814b51567e7b4b54ca64b4c1e379e6f0e063

Authored by 李志鑫
1 parent be000ffc

2

01.点播云/2.3 金山短视频初始化鉴权接口4APP.md
... ... @@ -13,6 +13,9 @@
13 13 | :----------- | :------: | :------: | :------: |
14 14 | packageName | string | true | 文件包名 |
15 15 | date | string | true | 时间 (2017-6-27) |
  16 +|platform_id| string | true | APP bundleID 或者是包名,平台鉴权使用 |
  17 +|timestamp| int | true | 精确到秒,当前Unix时间戳,请保证请求服务器时间正确 |
  18 +|sign| String | true | 签名规则见 [签名详情] (http://help.open.cnlive.com/common.html) |
16 19 json
17 20  
18 21 ```json
... ...