文档
测试

查询通讯录列表

GET
/mini/contacts/selectName.do

请求参数

参数名
类型
描述
必填
userId
Long
用户id
必填
name
String
姓名
可选

响应参数

参数名
类型
描述
必填
code
返回码 200成功 其余错误
必填
message
返回消息提示
必填
data
数据
必填

说明 / 示例

{ "retcode": 0, "errcode": 0, "message": "success", "data": { "streetList": [ { "contactsId": 1, "department": "1", "name": "test", "telphone": "18844111234", "userType": 400, "firstGridId": 1, "secondGridId": 8, "thirdGridId": 42, "isDelete": 0, "createUser": "admin", "updateUser": "admin", "createTime": 1560841847000, "updateTime": 1560841847000 } ], "propertyList": [], "communityList": [ { "contactsId": 2, "department": "1", "name": "test1", "telphone": "18844111235", "userType": 500, "firstGridId": 1, "secondGridId": 8, "thirdGridId": 41, "isDelete": 0, "createUser": "admin", "updateUser": "admin", "createTime": 1560409847000, "updateTime": 1560409847000 } ] } }