访问路径:api/template/list
接口说明:获取模板列表
URL结构
https://open.rabbitpre.com/api/template/list
接口协议:HTTPS
HTTP请求方式:GET
请求参数
参数 | 必选 | 类型 | 说明 |
type | true | string | 模板类型 1:翻页,2:长页,4:推荐 |
tplscene | false | string | 用途 |
tpltheme | false | string | 行业 |
keyword | false | string | 关键词搜索 |
pageNo | false | integer | 页码(最小值:1) |
pageSize | false | integer | 每页数量(最小值:1,最大值:200) |
请求示例
换行和缩进只是为了更好的展示:
https://open.rabbitpre.com/api/template/list?type=1
返回参数
参数 | 类型 | 说明 |
id | string | 作品id |
title | string | 作品标题 |
desc | string | 作品描述 |
tplimg | string | |
tplExt | string | |
tplPrice | string | |
tplViewcount | integer | |
tplAmount | integer | |
tplCoversFilepath | string | |
tplSpecies | integer | |
previewUrl | string | |
isCollectionTpl | string | |
minimumPrice | integer | |
appVersion | integer | |
tplFreeLimit | integer |
返回示例