## 获取符合条件可使用的优惠券
+++
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信息
+++