多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
## 优惠券列表 /** * 优惠券列表 * @http_method get * @param $shop_id 店铺id * @author 韩文博 */ +++ get:/voucher/getVoucherTemplateList <<< 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 } ] } <<< error 这里填写错误的返回码 以此类推,每个状态使用 <<< 分割, 第一行添加状态名称 +++