文档
测试

查看人员

POST
http://**/owner/person/queryById

请求参数

参数名
类型
描述
必填
id
int
* 人员id 必填
必填

响应参数

参数名
类型
描述
必填
populationNum
int
户籍人口数
必填
investorNum
int
户籍股民数
必填
liveNum
int
实际居住人数
必填
personType
int
人员类型
必填
personTypeVal
string
人员类型
必填
rightAgent
string
产权委托人
必填
rightAgentRelation
string
委托人与产权人关系
必填
rightSituation
string
权利人情况
必填

说明 / 示例

{"id": 1}

响应示例

{ "res": 0, "msg": "操作成功!", "data": { "id": 1, "name": "小兰", "accountNo": "2", "accountNumber": "222", "sheBie": "222", "zuTuan": "666", "address": "深圳", "sex": 2, "birthDate": "1999-01-01", "identityCard": "1324234", "workUnit": "yhy", "mobile": "138888888", "education": 52, "educationVal": "中学", "accountProperty": 57, "accountPropertyVal": "个体户", "marriageStatus": 1, "spouseName": "阿阿", "changeRegister": "", "deadStatus": 1, "deadRegister": null, "personProperties": [ { "propertyId": 61, "propertyVal": "股东代表" }, { "propertyId": 59, "propertyVal": "本村村民" } ], "cond": null, "rightPerson": true } }