企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
### 基本信息 **Path:** /api/coupons **Method:** GET **接口描述:** ### 请求参数 **Query** | 参数名称 | 是否必须 | 示例 | 备注 | | --- | --- | --- | --- | | page | 否 | | 分页参数起始值 | | limit | 否 | | 分页数步长值 | ### 返回数据 | 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 | | --- | --- | --- | --- | --- | --- | | status | number | 必须 | | | | | msg | string | 必须 | | | | | data | object \[\] | 非必须 | | | item 类型: object | | ├─ id | integer | 非必须 | | 优惠券发布编号 | | | ├─ cid | integer | 非必须 | | 优惠券编号 | | | ├─ start\_time | number | 非必须 | | 优惠券开始领取时间 | | | ├─ end\_time | string | 非必须 | | 优惠券结束领取时间,为空时不限时 | | | ├─ total\_count | number | 非必须 | | 优惠券领取数量 | | | ├─ remain\_count | number | 非必须 | | 优惠券剩余领取数量 | | | ├─ is\_permanent | number | 非必须 | | 是否无限张数 | | | ├─ coupon\_price | number | 非必须 | | 优惠券面额 | | | ├─ use\_min\_price | string | 非必须 | | 优惠券最低消费金额 | | | ├─ is\_use | boolean | 非必须 | | 是否领取 | |