获取-三级分类列表
GET
/categoryThird获取三级分类列表
请求参数
Query 参数
secondId
string
可选
示例值:
622
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
msg
string
响应消息
code
integer
业务状态码
list
array [object {5}]
响应数据
id
integer
数据id
thiredId
string
三级分类id
thiredName
string
三级分类名字
secondId
string
二级分类id
thirImgId
string
三级分类图片id
暂时无法使用
示例成功示例
{
"msg": "恭喜你, 操作成功",
"code": 200,
"list": [
{
"id": 1,
"thiredId": "624",
"thiredName": "咖啡粉",
"secondId": "622",
"thirImgId": "2e30bb68-2707-11e9-b531-e0accb719100"
},
{
"id": 2,
"thiredId": "623",
"thiredName": "咖啡豆",
"secondId": "622",
"thirImgId": "2e3d7ff5-2707-11e9-8c2c-e0accb719100"
}
]
}
最后修改时间: 1 年前