Commit b71a8900747f9258c020e3317bc7008a5fb3aeda

Authored by 刘炯
1 parent c81fabc5

update

01.点播云/3.5 获取存储信息.md
1 1 #### 获取存储信息
2 2 -----
3   -#### URL: http://api.cnlive.com/open/api2/vod_epg/svInputMamForAPP
  3 +#### URL: http://api.cnlive.com/open/api2/getStorageInfo
4 4 -----
5 5 #### 请求方式: HTTP POST
6 6 -----
... ... @@ -19,10 +19,28 @@ json
19 19  
20 20 ```json
21 21 {
22   - "errorCode":"0",
23   - "errorMessage":"短视频入库成功",
24   - "data" {
25   - "videoId":"c82802df00284ca0b731f4f576c1315b"
26   - }
  22 +    "data": [{
  23 +        "contentType": 1,
  24 +        "defaultStorage": 1,
  25 +        "id": 95,
  26 +        "name": "mam-main",
  27 +        "showName": "七牛云视音频存储",
  28 +        "spid": 60,
  29 +        "type": 2,
  30 +        "useState": 1,
  31 +        "yongtu": 3
  32 +    }, {
  33 +        "contentType": 2,
  34 +        "defaultStorage": 1,
  35 +        "id": 96,
  36 +        "name": "mam-main",
  37 +        "showName": "七牛云图片存储",
  38 +        "spid": 60,
  39 +        "type": 2,
  40 +        "useState": 1,
  41 +        "yongtu": 3
  42 +    }],
  43 +    "errorCode": 0,
  44 +    "errorMessage": "success"
27 45 }
28 46 ```
29 47 \ No newline at end of file
... ...