|
@@ -8,7 +8,7 @@
|
|
|
|------|:-----|:----|:----:|
|
|
|
| code | string | yes | 编码 |
|
|
|
| name | string | no | 名称 |
|
|
|
-| type| int | yes | 类型 |
|
|
|
+| type| int | yes | 类型 | 视频 0 , 图片 3|
|
|
|
| format | string | yes | 格式 |
|
|
|
| rate | int | yes |资源码率 |
|
|
|
| size | int | yes |资源大小 |
|
|
@@ -37,3 +37,8 @@
|
|
|
}
|
|
|
}
|
|
|
```
|
|
|
+
|
|
|
+#### 修改说明:
|
|
|
+ #### 20180522
|
|
|
+ 原支持type类型 3 图片
|
|
|
+ 增加支持type类型 0 视频
|