Commit 78b8109590cac4fd38837e1480b1b73011f16f76
1 parent
f2eefd2b
1
Showing
1 changed file
with
2 additions
and
3 deletions
01.点播云/2.3 金山短视频初始化鉴权接口4APP.md
| ... | ... | @@ -10,8 +10,7 @@ |
| 10 | 10 | ----- |
| 11 | 11 | #### 请求参数说明: |
| 12 | 12 | | 参数名 | 参数类型 | 必选 | 参数说明 | |
| 13 | -| :----------- | :------: | :------: | :------: | | |
| 14 | -| packageName | string | true | 文件包名 | | |
| 13 | +| :----------- | :------: | :------: | :------: | | |
| 15 | 14 | | date | string | true | 时间 (2017-6-27) | |
| 16 | 15 | |platform_id| string | true | APP bundleID 或者是包名,平台鉴权使用 | |
| 17 | 16 | |timestamp| int | true | 精确到秒,当前Unix时间戳,请保证请求服务器时间正确 | |
| ... | ... | @@ -21,7 +20,7 @@ json |
| 21 | 20 | ```json |
| 22 | 21 | { |
| 23 | 22 | "errorMessage": "true", |
| 24 | - "errorCode": "录制最大时长1800s", | |
| 23 | + "errorCode": "0", | |
| 25 | 24 | "data":"{ |
| 26 | 25 | "RetMsg":"success", |
| 27 | 26 | "RetCode":"0", | ... | ... |