Showing
1 changed file
with
16 additions
and
1 deletions
@@ -123,6 +123,21 @@ | @@ -123,6 +123,21 @@ | ||
123 | ] | 123 | ] |
124 | } | 124 | } |
125 | 125 | ||
126 | +### 3、资源位分类结构树获取 | ||
126 | 127 | ||
127 | - | 128 | +#### 响应内容json |
129 | + | ||
130 | + { | ||
131 | + "code": 200, | ||
132 | + "msg": "", | ||
133 | + "data": { | ||
134 | + "content": [ | ||
135 | + {"typeId":1,"typeName":"首页","typeIsLeaf":0,"typeParentId":0}, | ||
136 | + {"typeId":2,"typeName":"搜索","typeIsLeaf":0,"typeParentId":0}, | ||
137 | + {"typeId":3,"typeName":"默认搜索","typeIsLeaf":1,"typeParentId":2}, | ||
138 | + {"typeId":4,"typeName":"热门搜索","typeIsLeaf":1,"typeParentId":2}, | ||
139 | + {"typeId":5,"typeName":"最近搜索","typeIsLeaf":1,"typeParentId":2} | ||
140 | + ] | ||
141 | + } | ||
142 | + } | ||
128 | 143 |
-
Please register or login to post a comment