企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 列表查询 author:孙飞 **接口地址**:`/mtcge/news/Consulting/list` **请求方式**:`GET` **请求数据类型**:`application/x-www-form-urlencoded` **响应数据类型**:`*/*` **接口描述**:<p>列表查询</p> **请求参数**: **请求参数**: | 参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema | | -------- | -------- | ----- | -------- | -------- | ------ | |columnId|columnId|query|true|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对象| |&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;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": "", "publishDate": "", "publishDateEnd": "", "publishDateStart": "", "readTimes": 0, "serialNumber": 0, "summary": "", "sysOrgCode": "", "title": "", "type": "", "updateBy": "", "updateTime": "" } ], "success": true, "timestamp": 0 } ```