ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## 咨询中心查询 **author**:孙飞 **接口地址**:`/mtcge/mobile/homepage/portal/queryConsultingCenterList` **请求方式**:`GET` **请求数据类型**:`application/x-www-form-urlencoded` **响应数据类型**:`*/*` **接口描述**:<p>咨询中心查询</p> **请求参数**: **请求参数**: | 参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema | | -------- | -------- | ----- | -------- | -------- | ------ | |columnId|columnId|query|false|string|| **响应状态**: | 状态码 | 说明 | schema | | -------- | -------- | ----- | |200|OK|接口返回对象«List«eoa_cms_article对象»»| |401|Unauthorized|| |403|Forbidden|| |404|Not Found|| **响应参数**: | 参数名称 | 参数说明 | 类型 | schema | | -------- | -------- | ----- |----- | |code|返回代码|integer(int32)|integer(int32)| |message|返回处理消息|string|| |result|返回数据对象|array|eoa_cms_article对象_1| |&emsp;&emsp;author|作者|string|| |&emsp;&emsp;columnId|栏目id|string|| |&emsp;&emsp;content|内容|string|| |&emsp;&emsp;createBy|创建人|string|| |&emsp;&emsp;createTime|创建时间|string(date-time)|| |&emsp;&emsp;fileUrl|文件地址|string|| |&emsp;&emsp;id|id|string|| |&emsp;&emsp;imageHref|图片地址|string|| |&emsp;&emsp;isPublish|是否发布(0否 1是)|string|| |&emsp;&emsp;keywords|关键字|string|| |&emsp;&emsp;linkUrl|链接地址|string|| |&emsp;&emsp;newsSort||string|| |&emsp;&emsp;publishDate|发布时间|string(date-time)|| |&emsp;&emsp;publishDateEnd||string(date-time)|| |&emsp;&emsp;publishDateStart||string(date-time)|| |&emsp;&emsp;readTimes||integer(int32)|| |&emsp;&emsp;serialNumber|序号|integer(int32)|| |&emsp;&emsp;summary|摘要|string|| |&emsp;&emsp;sysOrgCode|组织机构编码|string|| |&emsp;&emsp;title|标题|string|| |&emsp;&emsp;type|文件类型(article:文章;file:文件 ;url:链接)|string|| |&emsp;&emsp;updateBy|更新人|string|| |&emsp;&emsp;updateTime|更新时间|string(date-time)|| |success|成功标志|boolean|| |timestamp|时间戳|integer(int64)|integer(int64)| **响应示例**: ```javascript { "code": 0, "message": "", "result": [ { "author": "", "columnId": "", "content": "", "createBy": "", "createTime": "", "fileUrl": "", "id": "", "imageHref": "", "isPublish": "", "keywords": "", "linkUrl": "", "newsSort": "", "publishDate": "", "publishDateEnd": "", "publishDateStart": "", "readTimes": 0, "serialNumber": 0, "summary": "", "sysOrgCode": "", "title": "", "type": "", "updateBy": "", "updateTime": "" } ], "success": true, "timestamp": 0 } ```