## 获取停车券 +++ get:/user/account/getCoupon *userId=3#用户Id *loginIdentifier=1487915863939#登陆凭证 <<< success { "onceToken": "", "data": { "userAccountCoupon": [ { "couponId": 8, "couponType": "1", "dicount": 10, "STATUS": "0", "minAmount": 0, "maxAmount": 0, "endTime": "2018-11-30 00:00:00", "type": "3", "name": null, "bestowStatus": "0", "startTime": "2018-02-28 10:46:53", "isBestow": 0 } ] }, "code": "00000", "info": "信息获取成功" } <<< error { onceToken: null, data: null, code: "10003", info: "userId不能为空" } +++ ####参数接口描述(data中的内容):record |序号|名称|描述|备注| | -- | -- | -- | -- | |1|couponId|优惠券ID|| |2|couponType|类型|0:打折券 1:抵扣券| |3|dicount|优惠力度|| |4|status|状态|0:可用1:已使用2:过期| |5|minAmount|最低消费满多少|| |6|maxAmount|最高抵扣多少|| |7|endTime|有效期|| |8|type|停车券类型|类型 0:注册大礼包 1:邀请注册礼包 2:共享礼包 3:活动礼包 | |9|name|停车场名字|| |10|bestowStatus|赠送状态:0未赠送,1赠送中,2已赠送|| |11|isBestow|是否是好友赠送:0否,1是|| |12|startTime|开始使用时间||