AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
### 基本信息 **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 | 非必须 | | 商品排序! | |