## 獲取用戶優惠券列表
+++
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信息
+++