## 获取长期业主身份一览 +++ get:/user/pk/space/getLotUsersList *lotUserId=1#用户Id *loginIdentifier=123123123#登陆凭证 *index=1#页数 *count=10#条数 <<< success { "onceToken": "", "data": [ { "id": 15, "userName": "俞旷涛", "address": "白云苑1—1—1202", "mobile": "13505853358" }, { "id": 17, "userName": "陈晓静", "address": "丹霞苑2-1-602", "mobile": "13957126276" }, { "id": 18, "userName": "李红海", "address": "丽江公寓丹霞苑1幢2单元601", "mobile": "18611881777" }, { "id": 19, "userName": "韦平", "address": "杭州市江干区丽江公寓锦虹苑3幢1单元401室", "mobile": "13606804050" }, { "id": 20, "userName": "谢培培", "address": "丽江公寓白云苑2单元2幢1203", "mobile": "18868752588" }, { "id": 21, "userName": "朱黛霞", "address": "丽江公寓白云苑2-3-701", "mobile": "18989487779" }, { "id": 27, "userName": "祝云", "address": "锦虹苑2-2-1402", "mobile": "13858157569" }, { "id": 30, "userName": "方燕", "address": "白云苑2-1-1102", "mobile": "18958090378" }, { "id": 31, "userName": "陆雯彦", "address": "丽江公寓白云苑3-1-1101", "mobile": "13735861614" }, { "id": 33, "userName": "吴迪", "address": "白1-4 502", "mobile": "18758198169" } ], "code": "00000", "info": "获取成功" } <<< error { "onceToken": "", "data": null, "code": "10002", "info": "暂无数据" } +++ ####参数接口描述(data中的内容):record |序号|名称|描述|备注| | -- | -- | -- | -- | | 1 | id | 编号 | -- | | 2 | userName | 姓名 | -- | | 3 | address | 地址 | -- | | 4 | mobile | 电话 | -- |