文档
测试

分类列表

GET
localhost:6000/category/category/listwithtree

接口描述

将分类以属性结构呈现在页面

请求头

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

响应参数

application/json
参数名
类型
描述
必填
code
int
示例:2000
必填
message
string
示例:查询树形结构成功
必填
page
object
数据字典
必填
totalCount
int
示例:0
必填
pageSize
int
示例:10
必填
totalPage
int
示例:0
必填
currPage
int
示例:1
必填
category
array
数据列表
必填
id
string
示例:2
必填
name
string
示例:可视化
必填
parent_id
string
示例:电院
必填
level
string
示例:2
必填
is_delete
date
示例:0
必填
gmt_create
date
示例:2001:11:11
必填
gmt_modify
date
示例:2001:11:12
必填