##列表
~~~[api]
get:detailed_list
int:page=默认值#页码
int:limit=默认值#每页数量
<<<
success
{
"code": 200,
"msg": "",
"data": {
"dataCount": 1,
"list": [
{
"id": 2,
"title": "测试模板2",
"update_time": "2019-01-05 13:58:29",
"goods_count": 0
}
]
}
}
<<<
error
~~~