水印模板详情
Example
GET
水印模板详情
https://global.talk-cloud.net/vod/webapi
/watermark/{id}
参数名 |
必选 |
类型 |
说明 |
Content-Type |
是 |
string |
application/json |
Accept |
是 |
string |
application/json |
version |
是 |
string |
版本号:(预设:v2) |
Tk-authkey |
是 |
string |
企业Key |
Timestamp |
是 |
string |
token生产时间:(预设:1641600967) |
Tk-token |
是 |
string |
加密token:(预设:59O8J455S192Cw82f5bfxVB052NhsUpK9ToBVw==) |
参数名 |
是否必填 |
类型 |
说明 |
id |
是 |
int |
水印模板id |
参数名 |
类型 |
说明 |
result |
int |
0成功 非0失败 |
msg |
string |
请求消息 |
data |
object |
水印模板详情 |
data.id |
int |
水印模板Id |
data.title |
string |
水印模板名称 |
data.path |
string |
图片地址 |
data.position |
string |
logo显示位置 1:左上角 2:左下角 3:右上角 4:右下角 |
data.sourceW |
string |
片源大小(宽) |
data.sourceH |
int |
片源大小(高) |
data.xOffset |
int |
水平偏移 0-100 |
data.yOffset |
string |
垂直偏移 0-100 |
data.imgW |
string |
宽度 0-100 |
data.imgH |
string |
高度 0-100 |
data.fileSize |
string |
文件大小 |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16 | {
"result": 0,
"data": {
"title": "gx添加新水印4",
"path": "http://1500005930.vod2.myqcloud.com/43844301vodtranscq1500005930/580ccd5d3701925922933081422/sampleSnapshot/sampleSnapshot_10554",
"position": 1,
"id": 147,
"sourceW": 20,
"sourceH": 20,
"xOffset": 50,
"yOffset": 60,
"imgW": 50,
"imgH": 60
},
"msg": "成功"
}
|