Commit b7b990d948016ab8c5a68665280098e3fa72460b
1 parent
15a9e576
修改
Showing
1 changed file
with
3 additions
and
0 deletions
01.点播云/1.11 获取点播列表接口App.md
| @@ -17,6 +17,9 @@ HTTP POST | @@ -17,6 +17,9 @@ HTTP POST | ||
| 17 | |appId| string | true | 格式必须 : spid_xxxxx | | 17 | |appId| string | true | 格式必须 : spid_xxxxx | |
| 18 | |pageNumber| int | false | 默认1 | | 18 | |pageNumber| int | false | 默认1 | |
| 19 | |pageSize| int | false | 默认10 上限100 | | 19 | |pageSize| int | false | 默认10 上限100 | |
| 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 | ||
| 22 | ### 返回值 ### | 25 | ### 返回值 ### |