访问路径:api/template/list

接口说明:获取模板列表

URL结构

https://open.rabbitpre.com/api/template/list

接口协议:HTTPS

HTTP请求方式:GET

请求参数

参数必选类型说明
typetruestring模板类型 1:翻页,2:长页,4:推荐
tplscenefalsestring用途
tplthemefalsestring行业
keywordfalsestring关键词搜索
pageNofalseinteger页码(最小值:1)
pageSizefalseinteger每页数量(最小值:1,最大值:200)

请求示例

换行和缩进只是为了更好的展示:

https://open.rabbitpre.com/api/template/list?type=1

返回参数

参数类型说明
idstring作品id
titlestring作品标题
descstring作品描述
tplimgstring
tplExtstring
tplPrice
string
tplViewcount
integer
tplAmount
integer
tplCoversFilepath
string
tplSpecies
integer
previewUrl
string
isCollectionTpl
string
minimumPrice
integer
appVersion
integer
tplFreeLimit
integer

返回示例