多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
## 领取优惠券 /** * 领取优惠券 * @http_method get * @param $template_id 优惠券模板id * @author 韩文博 */ +++ get:/voucher/receiveVoucher <<< success { "errcode": 0, "errmsg": "操作成功", "list": [ { "id": "2", "title": "一张代金券1", "desc": "代金券描述", "start_date": "1473532238", "end_date": "1474300800", "price": "100",面额 "limit": "1111.00",大于等于在多少钱的情况下可以使用 "creator_id": "102", "state": "1", "total": "12", "giveout": "0", "used": "0", "create_time": "1473532238", "quotaid": "0", "points": "0", "eachlimit": "1", "styleimg": null, "customimg": null } ] } { "errcode": -1, "errmsg": "该优惠券只可以领1张,您已经领过了" } <<< error +++