Commit 2da5fb2d4671b52e30feea5fbec708b6e5a49f5c
1 parent
273ac6c9
update
Showing
1 changed file
with
2 additions
and
2 deletions
12.内容库云/1.1.5 内容云入库接口_video_chinaorg.md
| ... | ... | @@ -17,9 +17,9 @@ HTTP POST |
| 17 | 17 | |timestamp| int | true | 精确到秒,当前Unix时间戳,请保证请求服务器时间正确,该时间用于签名| |
| 18 | 18 | |sign| String | true | 签名规则见 [签名详情] (http://console.open.cnlive.com/open/doc/sys/dianbo/t1/00.%E5%85%AC%E5%85%B1%E7%BB%84%E4%BB%B6/1.1%20SHA1%E7%AD%BE%E5%90%8D) | |
| 19 | 19 | |source|string|true|来源| |
| 20 | -|jsonParam|string|true|json 格式参数,属性如下所示| | |
| 20 | +|jsonData|string|true|json 格式参数,属性如下所示| | |
| 21 | 21 | |
| 22 | -### jsonParam 参数说明 | |
| 22 | +### jsonData 参数说明 | |
| 23 | 23 | |参数名| 参数类型 | 必选 | 参数说明 | |
| 24 | 24 | |:----- | :------: | :------: | :------: | |
| 25 | 25 | | uuid | string | true | 内容标识, 确保唯一来源下,此内容ID唯一 | | ... | ... |