## 欄目列表
~~~[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| 描述|