Browse Source

update resource type support video 0

guozhaoshun 6 years ago
parent
commit
ccd77a934d
1 changed files with 6 additions and 1 deletions
  1. 6 1
      api/cms/resource/resource_save.md

+ 6 - 1
api/cms/resource/resource_save.md

@@ -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 视频