文档
测试

获得我的模板列表

POST
/api/templateList

请求参数

参数名
类型
描述
必填
page
string
第几页
可选
pageSize
string
每页多少
可选

响应参数

参数名
类型
描述
必填
totalCount
int
总条数
可选
list
array
模板列表数据
可选
_id
string
模板ID
可选
templateName
string
模板名字
可选
createTs
int
创建时间,时间戳
可选
docType
string
属于那种文档类型的模板,http,tcp,markdown
可选