~~~[api:needAuth]
get:/index/Product/category
<<<
success
{
"code": 0,
"msg": "获取成功",
"data": [
{
"id": 1,
"name": "淘宝"
},
{
"id": 3,
"name": "京东"
}
]
}
~~~
### 字段信息
| 场景名 | 备注 |
| --- | --- |
| id | 分类ID |
| name | 分类名称 |