ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
[TOC] ## 可投放电子券列表 ~~~[api] post:/sendelecoupon/usercoupon <<< success { "code": 0, "info": "成功", "data":[ { "id": 3, "type": 1, "title": "修改title", "inventory": 0, "code": 0, "deduction": "10.00" } ] } <<< error ~~~ ## 一对一投放 ~~~[api] post:/sendelecoupon/one *int:coupon_id=1 #优惠券ID *int:member_id=1 #会员ID <<< success { "code": 0, "info": "成功", "data":[ { "id": 3, "type": 1, "title": "修改title", "inventory": 0, "code": 0, "deduction": "10.00" } ] } <<< error ~~~ ## 一对一投放成功页面数据 ~~~[api] post:/sendelecoupon/membercouponinfo *int:id=1 #会员优惠券ID <<< success { "code": 0, "info": "成功", "data":{ "id": 1, "member_id": 439, "coupon_id": 1, "start_date": "2018-11-02", "end_date": "2018-11-24", "memberInfo":{ "member_name": "ww", "phone": "13566663333", "member_card": 123123, "nickname": "Ak凯瑞通通讯 周凯15336283858" }, "couponInfo":{ "title": "测试电子券测试电子券测试", "type": 2, "code": 0, "use_week": "1,2,3" } } } <<< error ~~~