企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
### 基本信息 **Path:** /api/combination/list **Method:** GET **接口描述:** ### 请求参数 **Query** | 参数名称 | 是否必须 | 示例 | 备注 | | --- | --- | --- | --- | | page | 否 | 1 | 分页参数起始值(默认0 全程查询) | | limit | 否 | 20 | 分页数步长值 | ### 返回数据 | 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 | | --- | --- | --- | --- | --- | --- | | status | number | 必须 | | | | | msg | string | 必须 | | | | | data | object \[\] | 非必须 | | | item 类型: object | | ├─ id | integer | 非必须 | | 拼团产品编号 | | | ├─ image | string | 非必须 | | 拼团产品图片 | | | ├─ title | string | 非必须 | | 拼团产品变标题 | | | ├─ people | number | 非必须 | | 拼团人数 | | | ├─ price | string | 非必须 | | 拼团产品售价 | | | ├─ unit\_name | string | 非必须 | | 拼团产品单位 | | | ├─ product\_price | string | 非必须 | | 拼团产品原价 | |