获取委员信息
<h5>简要描述</h5>
<ul>
<li>获取申请委员时填写的信息</li>
<li>当前用户没有申请过委员的话,返回值中的memberInfo为null</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/portal/ePortalUser/memberInfo</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>get </li>
</ul>
<h5>参数</h5>
<ul>
<li>无参数</li>
</ul>
<h5>返回示例</h5>
<pre><code>{
"msg": "操作成功",
"memberInfo": {
"id": "75906fae97424d33a3cf21442a979a9e",
"name": "zhangsan",
"sex": "2",
"nation": "01",
"birthDate": "1991-10-07",
"cardType": "1",
"idCard": "131126199110072145",
"administrativePosition": "1",
"technicalTitle": "1",
"titleLevel": "2",
"workUnit": "1",
"unitCreditCode": "111111111111111111",
"unitNature": "1",
"relatedParties": "1",
"inspectionSystemFlag": "0",
"professional": "1",
"postalAddress": "1",
"postalCode": "1",
"phone": "13833183146",
"mobile": "13833183146",
"fax": "11",
"email": "11@qq.com",
"education": "1",
"degree": "1",
"graduateSchool": "1",
"majorStudy": "1",
"majorForeignLanguages": "1",
"familiarity": "1",
"skillSpecialty": "11",
"engineeringInstituteFlag": "0",
"engineeringInstituteDate": "",
"sciencesAcademyFlag": "0",
"sciencesAcademyDate": "",
"imageUrl": "",
"age": "30",
"area": {
"id": "",
"sort": 30,
"children": [],
"parentId": "0"
},
"graduationDate": "2022-08-10",
"tcNo": "",
"appointmentDate": "",
"otherProperties": "",
"personal": "1",
"otherForeignLanguages": "[{\"foreignLanguage\":\"11\",\"familiarity\":\"2\",\"remarks\":\"1\"}]",
"user": {
"id": "7b9b4b7d3efe48d1916b1432b4f4bb37",
"name": "zhangsan",
"roleIdList": [],
"admin": false,
"roleIds": "",
"roleNames": ""
},
"newCommitteePosition": "",
"academicianFlag": "0",
"academicianType": ""
},
"code": 200,
"success": true
}</code></pre>