企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
### 基本信息 **Path:** /api/collect/user **Method:** GET **接口描述:** ### 请求参数 **Query** | 参数名称 | 是否必须 | 示例 | 备注 | | --- | --- | --- | --- | | page | 是 | 1 | 分页参数起始值 | | limit | 是 | 20 | 分页数步长值 | ### 返回数据 | 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 | | --- | --- | --- | --- | --- | --- | | status | number | 必须 | | | | | msg | string | 必须 | | | | | data | object \[\] | 非必须 | | | item 类型: object | | ├─ pid | integer | 非必须 | | 产品编号 | | | ├─ store\_name | string | 非必须 | | 产品名称 | | | ├─ price | string | 非必须 | | 产品售价 | | | ├─ ot\_price | string | 非必须 | | 产品市场价 | | | ├─ sales | number | 非必须 | | 产品销量 | | | ├─ image | string | 非必须 | | 产品图片 | | | ├─ is\_del | number | 非必须 | | 产品是否删除|1=是,0=不是 | | | ├─ is\_show | number | 非必须 | | 产品是否显示|1=是,0=不是 | | | ├─ is\_fail | boolean | 非必须 | | 是否失效|false=失效,true正常 | | | ├─ category | string | 非必须 | | 产品类型|product=普通产品,product\_seckill=秒杀产品 | |