🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
### 基本信息 **Path:** /api/article/hot/list **Method:** GET **接口描述:** ### 请求参数 ### 返回数据 | 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 | | --- | --- | --- | --- | --- | --- | | 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 | 非必须 | | 文章原文链接 | |