企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 优惠卷分页类型列表 ~~~[api] post:/coupon/api/coupon/typepagelists page=1#分页 page_size=10#每页数量 <<< success { "code": 0, "message": "操作成功", "data": { "page_count": 2, "count": 16, "list": [{ "coupon_type_id": 116, "type": "discount", "site_id": 1, "coupon_name": "zhe是个折扣卷", "money": "0.00", "discount": "9.00", "max_fetch": 1, "at_least": "10.00", "end_time": 1594279519, "image": "", "validity_type": 0, "fixed_term": 10, "status": 1, "is_show": 1, "goods_type": 1, "site_name": "官方旗舰店" }, { "coupon_type_id": 115, "type": "reward", "site_id": 1, "coupon_name": "zhe是一个新添加", "money": "11.00", "discount": "0.00", "max_fetch": 1, "at_least": "50.00", "end_time": 1594276983, "image": "", "validity_type": 0, "fixed_term": 10, "status": 1, "is_show": 1, "goods_type": 1, "site_name": "官方旗舰店" }, { "coupon_type_id": 114, "type": "reward", "site_id": 1, "coupon_name": "zhe是一个新添加的优惠卷", "money": "10.00", "discount": "0.00", "max_fetch": 1, "at_least": "30.00", "end_time": 1594276043, "image": "", "validity_type": 0, "fixed_term": 10, "status": 1, "is_show": 1, "goods_type": 1, "site_name": "官方旗舰店" }, { "coupon_type_id": 113, "type": "reward", "site_id": 398, "coupon_name": "特定商品优惠", "money": "50.00", "discount": "0.00", "max_fetch": 1, "at_least": "60.00", "end_time": 1593848450, "image": "", "validity_type": 0, "fixed_term": 10, "status": 1, "is_show": 1, "goods_type": 2, "site_name": "hong001" }, { "coupon_type_id": 112, "type": "discount", "site_id": 1, "coupon_name": "男男女女", "money": "0.00", "discount": "6.00", "max_fetch": 1, "at_least": "1000.00", "end_time": 1593847319, "image": "", "validity_type": 0, "fixed_term": 10, "status": 1, "is_show": 1, "goods_type": 1, "site_name": "官方旗舰店" }, { "coupon_type_id": 111, "type": "reward", "site_id": 395, "coupon_name": "777", "money": "77.00", "discount": "0.00", "max_fetch": 1, "at_least": "90.00", "end_time": 1593836991, "image": "", "validity_type": 0, "fixed_term": 10, "status": 1, "is_show": 1, "goods_type": 2, "site_name": "丫头二店铺" }, { "coupon_type_id": 110, "type": "reward", "site_id": 1, "coupon_name": "奥术大师多", "money": "10.00", "discount": "0.00", "max_fetch": 1, "at_least": "10.00", "end_time": 1593832903, "image": "", "validity_type": 0, "fixed_term": 10, "status": 1, "is_show": 1, "goods_type": 1, "site_name": "官方旗舰店" }, { "coupon_type_id": 109, "type": "reward", "site_id": 1, "coupon_name": "时间索拉卡", "money": "11.00", "discount": "0.00", "max_fetch": 1, "at_least": "111.00", "end_time": 1593832298, "image": "", "validity_type": 0, "fixed_term": 10, "status": 1, "is_show": 1, "goods_type": 1, "site_name": "官方旗舰店" }, { "coupon_type_id": 108, "type": "reward", "site_id": 142, "coupon_name": "ssdas", "money": "10.00", "discount": "0.00", "max_fetch": 1, "at_least": "1000.00", "end_time": 1593759814, "image": "", "validity_type": 0, "fixed_term": 10, "status": 1, "is_show": 1, "goods_type": 1, "site_name": "<{=....(嘎~" }, { "coupon_type_id": 107, "type": "reward", "site_id": 1, "coupon_name": "积分兑换优惠卷只有一份", "money": "66.00", "discount": "0.00", "max_fetch": 99, "at_least": "99.00", "end_time": 1593758570, "image": "", "validity_type": 0, "fixed_term": 10, "status": 1, "is_show": 1, "goods_type": 1, "site_name": "官方旗舰店" }] }, "timestamp": 1593653082 } <<< error 这里填写错误的返回码 以此类推,每个状态使用 <<< 分割, 第一行添加状态名称 ~~~