Commit f3a5128cd4473f321181894f38f4c9eb3c8aca3e
1 parent
e6473025
vid
Showing
1 changed file
with
1 additions
and
1 deletions
01.点播云/1.0 获取点播信息接口Server.md
| ... | ... | @@ -15,7 +15,7 @@ HTTP GET |
| 15 | 15 | |参数名| 参数类型 | 必选 | 参数说明 | |
| 16 | 16 | |:----- | :------: | :------: | :------: | |
| 17 | 17 | |appId| string | true | 应用ID | |
| 18 | -|vId| string | true | 点播节目标识(直播回放的vid就是创建直播活动时的activityId) | | |
| 18 | +|vId| string | true | 点播节目标识(直播回放的vId就是创建直播活动时的activityId) | | |
| 19 | 19 | |timestamp| int | true | 精确到秒,当前Unix时间戳,请保证请求服务器时间正确 | |
| 20 | 20 | |sign| String | true | 签名规则见 [签名详情] (http://help.open.cnlive.com/common.html) | |
| 21 | 21 | ... | ... |