ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## :-: **获取商城、门店优惠券列表** ~~~[api] get:/index/Index/coupon *varchar:token=100069&950b09e3299fe283065b2d1255516e53#登录密钥 *tinyint:status=1#1=门店优惠券;2=商城优惠券 int:store_id=1#门店id <<< store_coupon { "code": 1, "msg": "获取成功", "count": 2, "data": [ { "id": 1, "coupon": [ { "id": 4, "name": "门店券", "full_price": "300.00", "price": "1.00", "info": "门店券", "is_over": 1, "over_time": "2019-10-15 00:00:00" } ] }, { "id": 2, "coupon": [ { "id": 5, "name": "门店优惠券", "full_price": "300.00", "price": "1.00", "info": "门店优惠券", "is_over": 1, "over_time": "2019-10-24 00:00:00" } ] } ] } <<< shop_coupon { "code": 1, "msg": "获取成功", "count": 2, "data": [ { "id": 1, "name": "ACTEV优惠券", "full_price": "300.00", "price": "1.00", "info": "满300元立减30", "over_time": "2019-10-18 00:00:00" }, { "id": 3, "name": "通用商城优惠券", "full_price": "300.00", "price": "1.00", "info": "通用商城优惠券", "over_time": "2019-10-16 00:00:00" } ] } <<< ~~~ ### 返回字段说明 | 字段 | 说明 | | --- | --- | | name | 优惠券名字 | | full_price | 达标金额 | | price | 优惠价格 | | info | 优惠详情 | | site | 活动地址 | | is_over | 1=进行中;0=已过期| |over_time | 优惠券过期时间 |