## 获取可用优惠券 +++ get:/spaceProduct/getCouponList *userId=3#用户Id *loginIdentifier=1487915863939#登陆凭证 *productId=1#产品Id <<< success { "onceToken": "", "data": [ { "couponId": 355, "couponType": "1", "dicount": 10, "endTime": "2018-12-09", "minAmount": 0, "maxAmount": 0, "status": "0", "usabeLotId": null, "bestowStatus": "0", "type": "0", "startTime": null, "isBestow": 0 }, { "couponId": 472, "couponType": "1", "dicount": 10, "endTime": "2018-12-09", "minAmount": 0, "maxAmount": 0, "status": "0", "usabeLotId": null, "bestowStatus": "0", "type": "3", "startTime": null, "isBestow": 1 }, { "couponId": 555, "couponType": "1", "dicount": 10, "endTime": "2018-12-09", "minAmount": 0, "maxAmount": 0, "status": "0", "usabeLotId": null, "bestowStatus": "0", "type": "3", "startTime": null, "isBestow": 1 } ], "code": "00000", "info": "获取成功" } <<< error { "onceToken": "", "data": null, "code": "10004", "info": "支付超时,请重新结算" } +++ ####参数接口描述(data中的内容):list |序号|名称|描述|备注| | -- | -- | -- | -- | |1|couponId|优惠券Id|| |1|couponType|优惠券类型|0:打折券 1:抵扣券| |1|dicount|优惠力度|| |1|endTime|车位Id|| |1|minAmount|满多少可用|| |1|maxAmount|最高优惠金额|| |8|type|停车券类型|类型 0:注册大礼包 1:邀请注册礼包 2:共享礼包 3:活动礼包 |