文档
测试

目录列表(temp5)

GET
http://cs.gzranghui.com/api/mulv/temp2

请求头

参数名
类型
描述
必填
token
必填

请求参数

参数名
类型
描述
必填
theme_id
必填小模块id,首页小模块temp 5执行这接口
必填

响应参数

参数名
类型
描述
必填
code
200成功,4001没有数据
必填
msg
接口提示
必填
data
数组
接口数据
必填
is_vip
是否开通0是1否(1的时候点击目录没有chil字段提示购买会员)
必填
list
数组
目录列表
必填
id
目录id
必填
title
目录id
必填
child
下一级目录数组(当没有child时,点击目录请求文书列表,存在child则展开目录)
必填

说明 / 示例

{ "code": 200, "msg": "模板2目录列表", "data": { "mulv_str": "848,849,850", "is_vip": 1, "list": [ { "id": 846, "title": "第一章", "up_id": 0, "sort": 0, "child": [ { "id": 848, "title": "法规1", "up_id": 846, "sort": 0 }, { "id": 849, "title": "法规2", "up_id": 846, "sort": 0 } ] }, { "id": 847, "title": "第二章", "up_id": 0, "sort": 0, "child": [ { "id": 850, "title": "法规3", "up_id": 847, "sort": 0 } ] } ] } }