Commit 250e1e3dd76575a04fceb5141381b75699db915c
1 parent
31ac09b3
add readInfoToSdk
Showing
1 changed file
with
28 additions
and
0 deletions
11.后台系统/1.1 SDK获取初始化信息接口.md
0 → 100644
| 1 | +### SDK获取初始化信息接口 | ||
| 2 | +----- | ||
| 3 | +#### URL: http://api.cnlive.com/open/api2/sdk/readInfoToSdk | ||
| 4 | +----- | ||
| 5 | +#### 接口说明: SDK获取初始化信息 | ||
| 6 | +----- | ||
| 7 | +#### 请求方式: HTTP POST | ||
| 8 | +----- | ||
| 9 | +#### 返回格式: 200 | ||
| 10 | +----- | ||
| 11 | +#### 请求参数说明: | ||
| 12 | +| 参数名 | 参数类型 | 必选 | 参数说明 | | ||
| 13 | +| :-----------: | :------: | :------: | :------: | | ||
| 14 | +| appId | string(20) | true | 应用ID | | ||
| 15 | +| appKey | string(20) | true | 应用Key | | ||
| 16 | +| sign | String | true | 签名规则见<a href="http://bj.gitlab.cnlive.com/OPEN-API/WIKI/blob/master/00.%E5%85%AC%E5%85%B1%E7%BB%84%E4%BB%B6/1.1%20SHA1%E7%AD%BE%E5%90%8D.md">签名详情</a> | | ||
| 17 | + | ||
| 18 | +#### 返回说明: | ||
| 19 | +```json | ||
| 20 | +{ | ||
| 21 | + "errorCode":"0", | ||
| 22 | + "errorMessage":"OK", | ||
| 23 | + "data":{ | ||
| 24 | + "bucketName":"xxxx-xxxx-xxxx", | ||
| 25 | + "spCode":"xx" | ||
| 26 | + } | ||
| 27 | +} | ||
| 28 | +``` | ||
| 0 | \ No newline at end of file | 29 | \ No newline at end of file |