文档
测试

所有分类(选中分类)

GET
/api/mp/goods/queryAllCategory

请求参数

参数名
类型
描述
必填
cateId
类别id
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:success
必填
code
int
示例:0
必填
data
array
数据列表
必填
id
int
分类id 示例:1
必填
parentId
int
上级分类(0代表顶级分类) 示例:0
必填
name
string
分类名称 示例:家电维修
必填
imgUrl
string
分类图片 示例:http://192.168.1.15:8053/file/图片/O1CN013VoNJX1qlzXL2UuTa_!!2201120685537.jpg_60x60q90-20200619033512270.jpg
必填
adImg
string
广告图片 示例:http://img1.jpg
必填
hrefUrl
object
跳转链接 示例:null
必填
children
array
子分类列表 数据列表
必填
id
int
示例:13
必填
parentId
int
示例:1
必填
name
string
示例:常用家电
必填
imgUrl
object
示例:null
必填
adImg
object
示例:null
必填
hrefUrl
object
示例:null
必填
children
array
数据列表
必填
id
int
示例:26
必填
parentId
int
示例:13
必填
name
string
示例:空调
必填
imgUrl
object
示例:null
必填
adImg
object
示例:null
必填
hrefUrl
object
示例:null
必填
children
object
示例:null
必填
show
boolean
示例:false
必填
show
boolean
示例:false
必填
show
boolean
是否选中 示例:false
必填