## 获取用户优惠券列表
+++
get:/index.php?g=Shop&m=CouponApi&a=coupon_lists
*status=默认值#优惠券状态:0 无效,1未使用,2已使用,3过期。(不传值,则查出所有状态的优惠券)
<<<
success
{
"info": [
{
"id":"1",
"coupon_id": "5",
"coupon_num": "893597",
"description": "全场购,30元现金抵用券",
"discount_price": "30.00",
"full_price": "0",
"order_sn": "",
"order_type": "",
"start_time": "2017-04-19",
"end_time": "2017-04-29",
"status": "1",
"type": "0",
"use_time": "0",
"userid": "4"
}
],
"status": 1,
"url": "",
"state": "success"
}
<<<
error
失败返回 status != 1,具体看msg信息
+++