Commit 93e9ed7943598d3deff828e86c193b891d5e657b

Authored by 刘炯
1 parent 009b8708

直播备播地址接口

02.直播云/3.3 直播备播地址接口.md 0 → 100644
  1 +### 停止录制接口
  2 +-----
  3 +#### URL: http://api.cnlive.com/open/api2/live_epg/stopRecording
  4 +-----
  5 +#### 接口说明:
  6 +-----
  7 +#### 请求方式: HTTP POST
  8 +-----
  9 +#### 返回格式: 200
  10 +-----
  11 +#### 请求参数说明:
  12 +| 参数名 | 参数类型 | 必选 | 参数说明 |
  13 +| :----------- | :------: | :------: | :------: |
  14 +| appId | string | true | 应用ID |
  15 +| activityId| string | true | 活动ID,确保SP下的唯一性 |
  16 +| sign | String | true | 签名规则见<a href="http://help.open.cnlive.com/common.html">签名详情</a> |
  17 +
  18 +#### 返回说明:
  19 +```json
  20 +{
  21 + "errorCode":"0",
  22 + "errormessagae":"请求成功"
  23 +}
  24 +```
0 25 \ No newline at end of file
... ...