Commit 8792d4207c03395a45fb38e60f681f579040f939
1 parent
bd59fdb1
update
Showing
1 changed file
with
11 additions
and
24 deletions
01.点播云/3.5 获取存储信息.md
| @@ -25,7 +25,6 @@ json | @@ -25,7 +25,6 @@ json | ||
| 25 | |storageId|int|存储id| | 25 | |storageId|int|存储id| |
| 26 | |storageName | string |存储名称即bucket名称| | 26 | |storageName | string |存储名称即bucket名称| |
| 27 | |storageType|int|存储平台类型 1、金山 2、七牛,默认查询全部| | 27 | |storageType|int|存储平台类型 1、金山 2、七牛,默认查询全部| |
| 28 | -|contentType|int|存储类型:1视音频 2 图片| | ||
| 29 | |state|int|状态:1 启用 ,2 禁用| | 28 | |state|int|状态:1 启用 ,2 禁用| |
| 30 | |contentType|int|存储内容类型:1视音频 2 图片| | 29 | |contentType|int|存储内容类型:1视音频 2 图片| |
| 31 | |profile| int| 测试or生产环境 1:正式环境 ,2:测试环境 | | 30 | |profile| int| 测试or生产环境 1:正式环境 ,2:测试环境 | |
| @@ -33,28 +32,16 @@ json | @@ -33,28 +32,16 @@ json | ||
| 33 | 32 | ||
| 34 | ```json | 33 | ```json |
| 35 | { | 34 | { |
| 36 | - "data": [{ | ||
| 37 | - "contentType": 1, | ||
| 38 | - "defaultStorage": 1, | ||
| 39 | - "id": 95, | ||
| 40 | - "name": "mam-main", | ||
| 41 | - "showName": "七牛云视音频存储", | ||
| 42 | - "spid": 60, | ||
| 43 | - "type": 2, | ||
| 44 | - "useState": 1, | ||
| 45 | - "yongtu": 3 | ||
| 46 | - }, { | ||
| 47 | - "contentType": 2, | ||
| 48 | - "defaultStorage": 1, | ||
| 49 | - "id": 96, | ||
| 50 | - "name": "mam-main", | ||
| 51 | - "showName": "七牛云图片存储", | ||
| 52 | - "spid": 60, | ||
| 53 | - "type": 2, | ||
| 54 | - "useState": 1, | ||
| 55 | - "yongtu": 3 | ||
| 56 | - }], | ||
| 57 | - "errorCode": 0, | ||
| 58 | - "errorMessage": "success" | 35 | + "data": [{ |
| 36 | + "profile": 1, | ||
| 37 | + "domain": "vod2017.qn.cnlive.com", | ||
| 38 | + "storageType": 2, | ||
| 39 | + "state": 1, | ||
| 40 | + "contentType": 1, | ||
| 41 | + "storageId": 95, | ||
| 42 | + "storageName": "mam-main" | ||
| 43 | + }], | ||
| 44 | + "errorCode": 0, | ||
| 45 | + "errorMessage": "success" | ||
| 59 | } | 46 | } |
| 60 | ``` | 47 | ``` |
| 61 | \ No newline at end of file | 48 | \ No newline at end of file |