Commit 515916544af46c30896c1c0811b114039bfcca01

Authored by 李志鑫
1 parent 08d0340b

名字创建错误

Showing 1 changed file with 0 additions and 41 deletions
01.点播云/_ deleted 100644 → 0
1 -### 金山短视频上传修改状态接口  
2 ------  
3 -#### URL: http://api.cnlive.com/open/api2/vod_epg/getUgcPage  
4 ------  
5 -#### 接口说明: 根据appId 返回:sp下的短视频列表  
6 ------  
7 -#### 请求方式: HTTP GET  
8 ------  
9 -#### 返回格式: 200  
10 ------  
11 -#### 请求参数说明:  
12 -| 参数名 | 参数类型 | 必选 | 参数说明 |  
13 -| :----------- | :------: | :------: | :------: |  
14 -| appId | string | true | APPID |  
15 -| page | int | true | 第几页的页码 |  
16 -| pageSize | int | true | 返回的每页数据数量 |  
17 -|platform_id| string | true | APP bundleID 或者是包名,平台鉴权使用 |  
18 -|timestamp| int | true | 精确到秒,当前Unix时间戳,请保证请求服务器时间正确 |  
19 -|sign| String | true | 签名规则见 [签名详情] (http://help.open.cnlive.com/common.html) |  
20 -  
21 -json  
22 -  
23 -```json  
24 -{  
25 - "errorMessage": "获取成功",  
26 - "errorCode": "0",  
27 - "list":"[{  
28 - "appId":"60_j4rzqads62",  
29 - "createTime":"",  
30 - "description":"",  
31 - "id":"204",  
32 - "md5":"f43945e0002d4e97a16721af48ddfe3d",  
33 - "name":"test.mp4",  
34 - "path":"ugcVS/60/2017/0706/60_a3d418b251524f2389676ecdfd2252c8.mp4",  
35 - "spId":"60",  
36 - "status":"2",  
37 - "updateTime":"",  
38 - "videoId":"60_a3d418b251524f2389676ecdfd2252c8"  
39 - },...]"  
40 -}  
41 -```  
42 \ No newline at end of file 0 \ No newline at end of file