支持的去重模版列表
GET
https://api.sqidh.com/api/videovip/gettemplate
请求参数
Query 参数
key
string
必需
pageNum
integer
页码,从1开始
示例值:
1
pageSize
integer
页大小,1-100
示例值:
20
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.sqidh.com/api/videovip/gettemplate?key=&pageNum=1&pageSize=20'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
array [object {6}]
必需
id
integer
模版id
name
string
模版名称
demoImg
string
示例图片url
sortNum
integer
排序号
updateAt
string
更新时间
titleConfigs
array [object {3}]
必需
示例
{
"code": 200,
"msg": "成功",
"data": [
{
"id": 12,
"name": "影视推荐(4:3)",
"status": 1,
"demoImg": "https://qn.cdn.woying.com/assets/templates/img_ys_three.jpg",
"titleConfigs": [
{
"position": 2,
"maxLen": 42
},
{
"position": 4,
"maxLen": 20
}
],
"sortNum": 50,
"updateAt": "2023-03-24T19:16:13Z"
},
{
"id": 11,
"name": "影视推荐(16:9)",
"status": 1,
"demoImg": "https://qn.cdn.woying.com/assets/templates/img_ys_nine.jpg",
"titleConfigs": [
{
"position": 2,
"maxLen": 42
},
{
"position": 4,
"maxLen": 10
}
],
"sortNum": 40,
"updateAt": "2023-03-24T19:16:13Z"
},
{
"id": 10,
"name": "竖屏无文案",
"status": 1,
"demoImg": "https://qn.cdn.woying.com/assets/templates/img_sp_none.jpg",
"titleConfigs": [],
"sortNum": 30,
"updateAt": "2023-03-24T19:16:13Z"
},
{
"id": 9,
"name": "横屏斜角+文案",
"status": 1,
"demoImg": "https://qn.cdn.woying.com/assets/templates/img_miter_td2.jpg",
"titleConfigs": [
{
"position": 2,
"maxLen": 42
},
{
"position": 4,
"maxLen": 30
}
],
"sortNum": 140,
"updateAt": "2023-03-24T19:16:13Z"
},
{
"id": 8,
"name": "横屏斜角+文案",
"status": 1,
"demoImg": "https://qn.cdn.woying.com/assets/templates/img_miter_td1.jpg",
"titleConfigs": [
{
"position": 2,
"maxLen": 42
},
{
"position": 4,
"maxLen": 30
}
],
"sortNum": 130,
"updateAt": "2023-03-24T19:16:13Z"
},
{
"id": 7,
"name": "竖屏斜角+文案",
"status": 1,
"demoImg": "https://qn.cdn.woying.com/assets/templates/img_miter_md2.jpg",
"titleConfigs": [
{
"position": 2,
"maxLen": 42
}
],
"sortNum": 120,
"updateAt": "2023-03-24T19:16:13Z"
},
{
"id": 6,
"name": "竖屏斜角+文案",
"status": 1,
"demoImg": "https://qn.cdn.woying.com/assets/templates/img_miter_md1.jpg",
"titleConfigs": [
{
"position": 2,
"maxLen": 42
}
],
"sortNum": 110,
"updateAt": "2023-03-24T19:16:13Z"
},
{
"id": 5,
"name": "好物推荐-竖屏",
"status": 1,
"demoImg": "https://qn.cdn.woying.com/assets/templates/img_hwtj_sp.jpg",
"titleConfigs": [
{
"position": 2,
"maxLen": 42
}
],
"sortNum": 80,
"updateAt": "2023-03-24T19:16:12Z"
},
{
"id": 4,
"name": "好物推荐-横屏",
"status": 1,
"demoImg": "https://qn.cdn.woying.com/assets/templates/img_hwtj_hp.jpg",
"titleConfigs": [
{
"position": 2,
"maxLen": 42
},
{
"position": 4,
"maxLen": 30
}
],
"sortNum": 60,
"updateAt": "2023-03-24T19:16:12Z"
},
{
"id": 3,
"name": "竖屏+文案",
"status": 1,
"demoImg": "https://qn.cdn.woying.com/assets/templates/img_sp_wenan.jpg",
"titleConfigs": [
{
"position": 2,
"maxLen": 42
}
],
"sortNum": 20,
"updateAt": "2023-03-24T19:16:12Z"
},
{
"id": 2,
"name": "横屏+文案",
"status": 1,
"demoImg": "https://qn.cdn.woying.com/assets/templates/img_hp_wenan.jpg",
"titleConfigs": [
{
"position": 2,
"maxLen": 42
},
{
"position": 4,
"maxLen": 30
}
],
"sortNum": 10,
"updateAt": "2023-03-24T19:16:12Z"
},
{
"id": 1,
"name": "横屏无文案",
"status": 1,
"demoImg": "https://qn.cdn.woying.com/assets/templates/img_hp_none.jpg",
"titleConfigs": [],
"sortNum": 30,
"updateAt": "2023-03-24T19:16:12Z"
}
],
"exec_time": 0.535153,
"ip": "111.165.106.238"
}