## 余额明细 +++ get:/user/account/getBalanceStream *lotUserId=1#用户Id *loginIdentifier=123123123#登陆凭证 *index=1#页数 *count=10#条数 <<< success { "onceToken": "", "data": [ { "type": "1", "amount": 2.50, "orderType": "1", "createTime": "2017-03-28 17:29:17", "address": "仁苑南门-地下车库地面A511", "carNo": "浙A123445", "typeNew": 1 }, { "type": "1", "amount": 2.50, "orderType": "1", "createTime": "2017-03-28 17:29:14", "address": "仁苑南门-地下车库地面A511", "carNo": "浙A123445", "typeNew": 1 }, { "type": "1", "amount": 2.50, "orderType": "1", "createTime": "2017-03-28 17:29:11", "address": "仁苑南门-地下车库地面A511", "carNo": "浙A123445", "typeNew": 1 }, { "type": "1", "amount": 7.50, "orderType": "1", "createTime": "2017-03-28 17:29:09", "address": "仁苑南门-地下车库地面MY123", "carNo": "浙A123445", "typeNew": 1 }, { "type": "1", "amount": 7.50, "orderType": "1", "createTime": "2017-03-28 17:29:06", "address": "仁苑南门-地下车库地面MY123", "carNo": "浙A123445", "typeNew": 1 } ], "code": "00000", "info": "获取成功" } <<< error { "onceToken": "", "data": null, "code": "10002", "info": "没有记录" } +++ ####参数接口描述(data中的内容):list |序号|名称|描述|备注| | -- | -- | -- | -- | | 1 | type | 明细类型 | 1:收入;2:支出;3:补款; 4:提现 | | 2 | amount | 明细金额 | -- | | 3 | orderType | 订单类型 | 0:优惠 1:停车订单 2:补款订单 | | 4 | createTime |创建时间 | -- | | 5 | address | 车位地址 | -- | | 6 | carNo | 车牌号 | -- | | 7 | typeNew | 类型 | 0支出,1收入 |