Commit 7eda6e996577c0861083bfc132b041678beb2165

Authored by 国亚奇
1 parent 820c43ac

add

01.点播云/4.1 视频上传鉴权.md 0 → 100644
  1 +### 视频上传鉴权接口
  2 +-----
  3 +#### 接口说明: 视频上传鉴权接口
  4 +-----
  5 +#### 请求方式: HTTP POST
  6 +-----
  7 +#### 返回格式: 200
  8 +-----
  9 +#### 请求参数说明:
  10 +| 参数名 | 参数类型 | 必选 | 参数说明 |
  11 +| :----------- | :------: | :------: | :------: |
  12 +| appId | string | true | APPID |
  13 +| ts | string | true | 时间戳+4位随机数 |
  14 +|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) |
  15 +
  16 +json
  17 +
  18 +```json
  19 +{
  20 + "token"
  21 +}
  22 +{
  23 + "error"
  24 +}
  25 +```
0 26 \ No newline at end of file
... ...