## 獲取符合條件可使用的優惠券
+++
get:/index.php?g=Shop&m=CouponApi&a=coupon_lists
*status=1#優惠券狀態:0 無效,1未使用,2已使用,3過期。
*cart_ids#購物車id,多個可以用 , 隔開 eg:12,3,33
<<<
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信息
+++