文档
测试

查询分类

POST
localhost:6000/category/category/querybyid/{id}

请求头

参数名
类型
描述
必填
token
string
示例:vrfdrgrhdrgrgrgdrgrdgr
必填

响应参数

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

请求参数

参数名
类型
描述
必填
query
object
数据字典
必填
id
string
示例:13
必填
parent_id
string
示例:1
必填
name
string
示例:可视化
必填