Commit fdce51899792730a3cb9808ab9f2a73e9dc19161
1 parent
c1a9bd23
add readIreportInfo
Showing
1 changed file
with
32 additions
and
0 deletions
11.后台系统/1.0 获取ireport信息接口.md
0 → 100644
| 1 | +### 获取ireport信息接口 | |
| 2 | +----- | |
| 3 | +#### URL: http://api.cnlive.com/open/api2/ireport/readIreportInfo | |
| 4 | +----- | |
| 5 | +#### 接口说明: 返回ireport信息 | |
| 6 | +----- | |
| 7 | +#### 请求方式: HTTP POST | |
| 8 | +----- | |
| 9 | +#### 返回格式: 200 | |
| 10 | +----- | |
| 11 | +#### 请求参数说明: | |
| 12 | +| 参数名 | 参数类型 | 必选 | 参数说明 | | |
| 13 | +| :-----------: | :------: | :------: | :------: | | |
| 14 | +| appId | string(20) | true | 应用ID | | |
| 15 | +| regAppId | string(20) | true | 注册应用ID | | |
| 16 | +| platform_id | string(64) | false | APP bundleID 或 包名,平台做鉴权使用 | | |
| 17 | +| timestamp | int | false | 时间戳,平台做鉴权使用 | | |
| 18 | +| sign | String | true | 签名规则见<a href="http://help.open.cnlive.com/common.html">签名详情</a> | | |
| 19 | + | |
| 20 | +#### 返回说明: | |
| 21 | +```json | |
| 22 | +{ | |
| 23 | + "errorCode":"0", | |
| 24 | + "errorMessage":"OK", | |
| 25 | + "data":{ | |
| 26 | + "callback_url":"", | |
| 27 | + "app_secret":"xxxxxx", | |
| 28 | + "app_key":"xxxxxx", | |
| 29 | + "app_id":"60_xxxxxx" | |
| 30 | + } | |
| 31 | +} | |
| 32 | +``` | |
| 0 | 33 | \ No newline at end of file | ... | ... |