## 首页 +++ get:/user/getHomePage *lotUserId=1#用户Id *loginIdentifier=1487915863939#登陆凭证 <<< success { "onceToken": "", "data": { "orderAmount": 0, "spaceAmount": 3, "OnUsingSpace": 2, "space": 1 }, "code": "00000", "info": "获取成功" } <<< error { "onceToken": "", "data": null, "code": "10002", "info": "获取失败" } +++ ####参数接口描述(data中的内容):record |序号|名称|描述|备注| | -- | -- | -- | -- | | 1 | orderAmount | 今日订单数 | -- | | 2 | spaceAmount | 总车位数 | -- | | 3 | OnUsingSpace | 使用中 | -- | | 4 | space | 空闲中 | -- | | 5 | countError | 故障车锁个数 | -- |