Commit af307ba004fee4a87289bf1b3c204ef4dd9a2249

Authored by 国亚奇
1 parent d79f1800

add

01.点播云/2.4.3 视频上传鉴权接口少儿.md 0 → 100644
  1 +### 短视频上传鉴权接口
  2 +-----
  3 +#### 接口说明: 短视频上传鉴权接口
  4 +-----
  5 +#### 请求方式: HTTP POST
  6 +-----
  7 +#### 返回格式: 200
  8 +-----
  9 +#### 请求参数说明:
  10 +| 参数名 | 参数类型 | 必选 | 参数说明 |
  11 +| :----------- | :------: | :------: | :------: |
  12 +| appId | string | true | APPID |
  13 +| sid | string | true | 用户ID |
  14 +| timestamp | string | true | 时间戳 |
  15 +|sign| String | true | 签名规则见 [签名详情] (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) |
  16 +
  17 +json
  18 +
  19 +```json
  20 + {
  21 + "errorCode":"0",
  22 + "errorMessage":"success",
  23 + "token":"xxxxxxxxx"
  24 +}
  25 +```
0 \ No newline at end of file 26 \ No newline at end of file