文档
测试

获取建筑信息

GET
{{IP}}/datacenter/viewVillage/houseMsg/{code}

接口描述

code为建筑的编码

响应参数

参数名
类型
描述
必填
result
boolean
示例:true
必填
data
object
数据字典
必填
address
string
位置,示例:山西省长治市平顺县xx街道
必填
imgurl
string
建筑图片url
必填
personList
array
人员信息数据列表
必填
custname
string
姓名,示例:李某某
必填
sexy
string
性别,示例:男
必填
age
string
年龄,示例:42
必填
holdertype
string
户主关系,示例:本人
必填
education
string
学历,示例:本科
必填
registeaddress
string
户籍,示例:山西省长治市平顺县xx街道xx路
必填
idnumber
string
身份证,示例:2313131980********
必填
telphone
string
联系电话,示例:15455556666
必填
imgurl
string
人员头像url
必填
partyList
array
党员信息数据列表
必填
custname
string
姓名示例:李某某
必填
political
string
政治面貌,示例:党员
必填
politicalage
string
党龄,示例:10
必填
inpartytime
string
入党时间,示例:2012-05-01
必填
department
string
工作单位,示例:党支部
必填
imgurl
string
头像图片url,示例:http://newbee.sxsihe.com:9995/filecenter/upload/information/715621e120f54e2d9ea732259241e6b6.jpg
必填
meetingsnumber
int
三会一课数量,示例:21
必填
themenumber
int
主题党日,示例:35
必填
honorList
array
数据列表
必填
custname
string
姓名,示例:张三
必填
getdate
string
获取时间,示例:2022-01-01
必填
honorname
string
荣誉名称,示例:在党20年荣誉勋章
可选
message
string
示例:请求成功
必填
bindtype
int
绑定状态 0未绑定 1已绑定
必填

说明 / 示例

{ "result": true, "data": { "imgurl": "http://newbee.sxsihe.com:9995/filecenter/upload/information/aeec7c97d8384e21a0cfdf0de411381b.png", "address": "山西省长治市平顺县xx街道", "personList": [ { "holdertype": "本人", "imgurl": "http://newbee.sxsihe.com:9995/filecenter/upload/information/715621e120f54e2d9ea732259241e6b6.jpg", "education": "本科", "sexy": "男", "idnumber": "2313131980********", "telphone": "15455556666", "custname": "李某某", "age": "42", "registeaddress": "山西省长治市平顺县xx街道xx路" } ], "honorList": [ { "honorname": "在党20年荣誉勋章", "getdate": "2022-01-01", "custname": "张三" } ], "partyList": [ { "imgurl": "http://newbee.sxsihe.com:9995/filecenter/upload/information/715621e120f54e2d9ea732259241e6b6.jpg", "themenumber": 35, "inpartytime": "2012-05-01", "political": "党员", "politicalage": "10", "department": "党支部", "meetingsnumber": 21, "custname": "李某某" } ] }, "message": "请求成功" }