Commit 1be05c50be120f52ef3c956879232d7854ecfaac

Authored by 李志鑫
1 parent 10b62a36

fix

01.点播云/2.5 金山短视频上传接口4APP.md
... ... @@ -13,7 +13,7 @@
13 13 | :----------- | :------: | :------: | :------: |
14 14 | md5 | string | true | MD5 |
15 15 | appId | string | true | APPID |
16   -| name | string | true | 上传视频名称 |
  16 +| name | string | true | 上传视频名称( 需要加后缀如:mp4、m3u8) |
17 17 | description| string | true | 上传视频的信息描述 |
18 18 |platform_id| string | true | APP bundleID 或者是包名,平台鉴权使用 |
19 19 |timestamp| int | true | 精确到秒,当前Unix时间戳,请保证请求服务器时间正确 |
... ... @@ -27,7 +27,7 @@ json
27 27 "errorMessage":"获取信息成功",
28 28 "data" {
29 29 "bucketName": "cnlive-test",
30   - "ksKey": "ugcVS/2/2017-06-27/2_c82802df00284ca0b731f4f576c1315b",
  30 + "ksKey": "ugcVS/2/2017/0627/2_c82802df00284ca0b731f4f576c1315b.mp4",
31 31 "videoId":"c82802df00284ca0b731f4f576c1315b"
32 32 }
33 33 }
... ...