文档
测试

返回所有分类

GET
http://172.16.16.100:8085/api/web/goods/categoryList

响应参数

参数名
类型
描述
必填
retMsg
String
操作成功,服务端异常
必填
retCode
String
0表示操作成功,50010服务端异常
必填
data
Object
返回参数
必填
id
Integer
id
必填
name
String
名称
必填
parentId
Integer
父级id
必填
sort
Integer
排序
必填