## 栏目列表
~~~[api]
get:/index/goods/goods
id#栏目id
catid#分类id
<<<
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.catid| 分类id|
| data.price| 价格|
| data.content| 内容|
| data.img| 产品图册|
| data.title| 标题|
| data.kewords| 关键词|
| data.description| 描述|