## 栏目列表
~~~[api]
get:/index/goods/category
id#栏目id
pid#上级分类
<<<
success
{
"code":"0",
"msg":"success",
"data":{"id":20,"name":"cms_logo","moduleid":"page","keywords":'',"description":"这是logo"......}
}
<<<
error
{
"code":"-1",
"msg":"error",
}
~~~
### 返回字段说明
| 字段 | 说明 |
| --- | --- |
| code | 返回判断:0:成功;其他:失败 |
| msg| 返回信息说明 |
| data| 信息列表|
| data.id| id|
| data.name| 分类名|
| data.moduleid| 类型id|
| data.module| 类型名|
| data.thumb| 缩略图|
| data.title| 标题|
| data.kewords| 关键词|
| data.description| 描述|