🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
### 基本信息 **Path:** /api/product/hot **Method:** GET **接口描述:** ### 请求参数 **Headers** | 参数名称 | 参数值 | 是否必须 | 示例 | 备注 | | --- | --- | --- | --- | --- | | Content-Type | application/json | 是 | | | **Query** | 参数名称 | 是否必须 | 示例 | 备注 | | --- | --- | --- | --- | | page | 是 | 1 | 分页参数起始值 | | limit | 是 | 20 | 分页数步长值 | **Body** | 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 | | --- | --- | --- | --- | --- | --- | | page | number | 必须 | | 分页数起始值 | | | limit | number | 必须 | | 分页数步长值 | | ### 返回数据 | 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 | | --- | --- | --- | --- | --- | --- | | status | number | 必须 | | | | | msg | string | 必须 | | | | | data | object \[\] | 非必须 | | | item 类型: object | | ├─ id | integer | 非必须 | | 商品编号 | | | ├─ image | string | 非必须 | | 商品图片 | | | ├─ store\_name | string | 非必须 | | 商品名称 | | | ├─ cate\_id | integer | 非必须 | | 商品分类编号! | | | ├─ price | string | 非必须 | | 商品价格 | | | ├─ unit\_name | string | 非必须 | | 商品单位! | | | ├─ sort | number | 非必须 | | 商品排序! | |