🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
### 基本信息 **Path:** /api/article/list/:cid **Method:** GET **接口描述:** ### 请求参数 **路径参数** | 参数名称 | 示例 | 备注 | | --- | --- | --- | | cid | 1 | 分类编号 | **Query** | 参数名称 | 是否必须 | 示例 | 备注 | | --- | --- | --- | --- | | page | 否 | 1 | 分页数起始值(默认0 查询全部) | | limit | 否 | 20 | 分页数步长值 | ### 返回数据 | 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 | | --- | --- | --- | --- | --- | --- | | status | number | 必须 | | | | | msg | string | 必须 | | | | | data | object \[\] | 非必须 | | | item 类型: object | | ├─ id | integer | 非必须 | | 文章编号 | | | ├─ title | string | 非必须 | | 文章标题 | | | ├─ image\_input | string \[\] | 非必须 | | 文章图片 | item 类型: string | | ├─ | | 非必须 | | | | | ├─ visit | string | 非必须 | | 文章浏览量 | | | ├─ add\_time | string | 非必须 | | 文章添加事时间 | | | ├─ synopsis | string | 非必须 | | 文章简介 | | | ├─ url | string | 非必须 | | 文章原文链接 | |