Commit 42c411ef99c2534013eacf3cfe84813be1a88a38

Authored by 刘炯
1 parent 4c96a834

update

01.点播云/3.5 获取存储信息.md
... ... @@ -13,7 +13,7 @@
13 13 |storageType|int|false|存储平台类型 1、金山 2、七牛,默认查询全部|
14 14 |state|int|false|状态:1 启用 ,2 禁用,默认查询全部 |
15 15 |contentType|int|false|存储内容类型:1视音频 2 图片,默认查询全部|
16   -|profile| string | false | 测试or生产环境 test | product,默认查询全部 |
  16 +|profile| int | false | 测试or生产环境 1:生产环境 ,2:测试环境 |
17 17 |timestamp| int | true | 精确到秒,当前Unix时间戳,请保证请求服务器时间正确 |
18 18 |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) |
19 19  
... ... @@ -28,7 +28,7 @@ json
28 28 |contentType|int|存储类型:1视音频 2 图片|
29 29 |state|int|状态:1 启用 ,2 禁用|
30 30 |contentType|int|存储内容类型:1视音频 2 图片|
31   -|profile| string| 测试or生产环境 test | product |
  31 +|profile| int| 测试or生产环境 1:生产环境 ,2:测试环境 |
32 32  
33 33 ```json
34 34 {
... ...