Commit b59c67245f79186df874dcac059267e12f6799d4
1 parent
d048a170
appId
Showing
1 changed file
with
1 additions
and
1 deletions
02.直播云/1.1 获取直播活动信息接口.md
| ... | ... | @@ -14,7 +14,7 @@ HTTP GET |
| 14 | 14 | ### 接口请求参数 ### |
| 15 | 15 | | 参数名 | 参数类型 | 必选 | 参数说明 | |
| 16 | 16 | | :----------- | :------: | :------: | :------: | |
| 17 | -| sp_id | string | true | 应用ID | | |
| 17 | +| appId | string | true | 应用ID | | |
| 18 | 18 | | activityId| string | true | 由开发者通过API创建接口或者在直播云管理端创建,保证唯一性 | |
| 19 | 19 | | timestamp | int | true | 精确到秒,当前Unix时间戳,请保证请求服务器时间正确 | |
| 20 | 20 | | sign | String | true | 签名规则见 [签名详情] (http://help.open.cnlive.com/common.html) | | ... | ... |