企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
### 基本信息 **Path:** /api/article/details/:id **Method:** GET **接口描述:** ### 请求参数 **路径参数** | 参数名称 | 示例 | 备注 | | --- | --- | --- | | id | 1 | 文章编号 | ### 返回数据 | 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 | | --- | --- | --- | --- | --- | --- | | status | number | 必须 | | | | | msg | string | 必须 | | | | | data | object | 非必须 | | | | | ├─ id | integer | 非必须 | | 文章编号 | | | ├─ cid | integer | 非必须 | | 文章分类编号 | | | ├─ title | string | 非必须 | | 文章标题 | | | ├─ author | string | 非必须 | | 文章作者 | | | ├─ image\_input | string \[\] | 非必须 | | 文章图片 |item 类型: string | | ├─ | | 非必须 | | | | | ├─ synopsis | string | 非必须 | | 文章简介 | | | ├─ share\_title | null | 非必须 | | 文章分享标题 | | | ├─ share\_synopsis | null | 非必须 | | 文章分享简介 | | | ├─ visit | number | 非必须 | | 文章浏览量 | | | ├─ sort | number | 非必须 | | 文章排序 | | | ├─ url | string | 非必须 | | 文章原文链接 | | | ├─ add\_time | string | 非必须 | | 文章添加时间 | | | ├─ is\_hot | number | 非必须 | | 热门|1=是,0=否 | | | ├─ is\_banner | number | 非必须 | | 轮播图|1=是,0=否 | | | ├─ content | string | 非必须 | | 文章内容 | | | ├─ cart\_name | string | 非必须 | | 文章分类名称 | |