文档
测试

物品分类树

POST
http://localhost:8081/shiro/business/productCategory/findTree

响应参数

参数名
类型
描述
必填
status
int
示例:0
必填
msg
object
示例:null
必填
data
array
数据列表
必填
id
int
示例:1
必填
pid
int
示例:0
必填
name
string
示例:客票配件
必填
sort
int
示例:1
必填
comment
string
示例:无
必填
children
array
数据列表
必填
id
int
示例:3
必填
pid
int
示例:1
必填
name
string
示例:打印机类
必填
sort
int
示例:1
必填
comment
string
示例:无
必填
children
array
数据列表
必填
id
int
示例:10
必填
pid
int
示例:3
必填
name
string
示例:打印机
必填
sort
int
示例:1
必填
comment
string
示例:无
必填
children
array
数据列表
必填
id
int
示例:29
必填
pid
int
示例:10
必填
name
string
示例:WP-800K
必填
sort
int
示例:1
必填
comment
object
示例:null
必填
children
array
数据列表
必填
success
boolean
示例:true
必填