获取培养联系人
<p>欢迎使用July-Doc!</p>
<p><strong>控制器描述:</strong></p>
<ul>
<li>党员基础信息 前端控制器</li>
</ul>
<p><strong>作者:</strong></p>
<ul>
<li>zengxueqi</li>
</ul>
<p><strong>创建时间:</strong></p>
<ul>
<li>2024/8/30</li>
</ul>
<p><strong>简要描述:</strong></p>
<ul>
<li>获取培养联系人</li>
</ul>
<p><strong>请求URL:</strong>
<code>http://{}/party/partyMemberBasic/getCultivateContact/{organizationId}</code></p>
<p><strong>请求方式:</strong>
<code>GET</code></p>
<p><strong>Content-Type:</strong>
<code>无</code></p>
<p><strong>参数:</strong></p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>描述</th>
<th>必填项</th>
<th>版本</th>
</tr>
</thead>
<tbody>
<tr>
<td>organizationId</td>
<td>string</td>
<td>No comments found.</td>
<td>true</td>
<td>-</td>
</tr>
</tbody>
</table>
<p><strong>参数示例:</strong></p>
<pre><code>http://{
}/party/partyMemberBasic/getCultivateContact/35</code></pre>
<p><strong>返回参数说明</strong></p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>描述</th>
<th>版本</th>
</tr>
</thead>
<tbody>
<tr>
<td>code</td>
<td>int32</td>
<td>业务错误码<br>-- GETTER --<br> 获取结果编码</td>
<td>-</td>
</tr>
<tr>
<td>msg</td>
<td>string</td>
<td>描述<br>-- GETTER --<br> 获取消息提示</td>
<td>-</td>
</tr>
<tr>
<td>content</td>
<td>object</td>
<td>结果集<br>-- GETTER --<br> 获取业务数据</td>
<td>-</td>
</tr>
<tr>
<td>└─memberId</td>
<td>string</td>
<td>用户id</td>
<td>-</td>
</tr>
<tr>
<td>└─username</td>
<td>string</td>
<td>姓名</td>
<td>-</td>
</tr>
<tr>
<td>└─sex</td>
<td>string</td>
<td>性别</td>
<td>-</td>
</tr>
<tr>
<td>└─idCard</td>
<td>string</td>
<td>身份证号</td>
<td>-</td>
</tr>
<tr>
<td>└─nowDuties</td>
<td>string</td>
<td>党内职务</td>
<td>-</td>
</tr>
</tbody>
</table>
<p><strong>返回示例:</strong></p>
<pre><code>{
&quot;code&quot;:0,
&quot;msg&quot;:处理成功,
&quot;content&quot;:[
{
&quot;memberId&quot;:&quot;35&quot;,
&quot;username&quot;:&quot;文.龙&quot;,
&quot;sex&quot;:&quot;ssp62l&quot;,
&quot;idCard&quot;:&quot;450407199909285727&quot;,
&quot;nowDuties&quot;:&quot;57tn4b&quot;
}
]
}</code></pre>
<p><strong>备注</strong></p>
<ul>
<li>暂无错误代码描述信息</li>
</ul>