Commit 4923ecdc25f4805875f612e0df7ceee6ff682452
1 parent
e774992c
globalId
Showing
1 changed file
with
1 additions
and
0 deletions
02.直播云/1.0 获取直播活动信息接口Server.md
| ... | ... | @@ -16,6 +16,7 @@ HTTP GET |
| 16 | 16 | | :----------- | :------: | :------: | :------: | |
| 17 | 17 | | appId | string | true | 应用ID | |
| 18 | 18 | | activityId| string | true | 由开发者通过API创建接口或者在直播云管理端创建,保证唯一性 | |
| 19 | +| globalId| string | true | 第三方SP资源ID,由第三方appId_activityId组成 | | |
| 19 | 20 | | timestamp | int | true | 精确到秒,当前Unix时间戳,请保证请求服务器时间正确 | |
| 20 | 21 | | sign | String | true | 签名规则见 [签名详情] (http://help.open.cnlive.com/common.html) | |
| 21 | 22 | ... | ... |