文档
测试

获取定位详情信息

GET
{{IP}}/datacenter/elderlyVillage/personDetail/id

接口描述

id为《获取定位列表接口》返回的id值

响应参数

参数名
类型
描述
必填
result
boolean
示例:true
必填
data
object
数据字典
必填
id
int
id值
必填
custname
string
姓名
必填
sexy
string
性别
必填
age
string
年龄
必填
birthday
string
出生日期
必填
telphone
string
联系电话
必填
livetype
string
居住情况
可选
registeaddress
string
户籍地址
必填
liveaddress
string
居住地址
必填
currentdisease
string
现患疾病
必填
guardianList
array
监护人数据列表
必填
custname
string
姓名
必填
sexy
string
性别
必填
age
string
年龄
必填
relationtype
string
户主关系
必填
telphone
string
联系电话
必填
registeaddress
string
户籍地址
必填
liveaddress
string
居住地址
必填
contactList
array
紧急联系人数据列表
必填
custname
string
姓名
必填
relationtype
string
户主关系
必填
telphone
string
联系电话
必填
organMsg
object
养老机构数据字典
必填
organname
string
机构名称
必填
organnature
string
机构性质
必填
organtype
string
机构类型
必填
address
string
机构地址
必填
leadername
string
负责人
必填
leaderphone
string
联系电话
必填
message
string
示例:请求成功
必填

说明 / 示例

{ "result": true, "data": { "birthday": "1957-09-01", "currentdisease": "高血压", "sexy": "男", "organMsg": { "organnature": "民办", "address": "山西省长治市平顺县", "leadername": "吴某某", "leaderphone": "15308888888", "organtype": "养老社区", "organname": "养老机构名称" }, "guardianList": [ { "age": "42", "relationtype": "亲戚", "sexy": "男", "telphone": "15677778888", "liveaddress": "山西省长治市平顺县xxxx街道", "custname": "张三", "registeaddress": "山西省长治市平顺县xx街道" } ], "livetype": "集中居住", "registeaddress": "山西省长治市平顺县xx街道xx路", "contactList": [ { "relationtype": "亲戚", "telphone": "15311112222", "custname": "李四" } ], "telphone": "15455556666", "id": 1, "liveaddress": "山西省长治市平顺县xxxx街道xxxx路", "custname": "李某某", "age": "67" }, "message": "请求成功" }