## 获取临时业主身份一览 +++ get:/user/pk/space/getTemporaryLotUsers *lotUserId=1#用户Id *loginIdentifier=123123123#登陆凭证 *index=1#页数 *count=10#条数 <<< success { "onceToken": "", "data": [ { "id": 186, "userName": "胡园园", "address": "金沙苑", "mobile": "15858246997", "wyStatus": "0" }, { "id": 189, "userName": "庞剑锋", "address": "白云苑1幢3单元1702", "mobile": "18660708287", "wyStatus": "0" } ], "code": "00000", "info": "获取成功" } <<< error { "onceToken": "", "data": null, "code": "10002", "info": "暂无数据" } +++ ####参数接口描述(data中的内容):record |序号|名称|描述|备注| | -- | -- | -- | -- | | 1 | id | 编号 | -- | | 2 | userName | 姓名 | -- | | 3 | address | 地址 | -- | | 4 | mobile | 电话 | -- | | 5 | wyStatus | 物业审核状态:0:未审核;1:审核通过;2:审核失败 | -- |