02党组织派人谈话
<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/27</li>
</ul>
<p><strong>简要描述:</strong></p>
<ul>
<li>02党组织派人谈话</li>
</ul>
<p><strong>请求URL:</strong>
<code>http://{}/member/prePartyMember/save02</code></p>
<p><strong>请求方式:</strong>
<code>POST</code></p>
<p><strong>Content-Type:</strong>
<code>application/json; charset=utf-8</code></p>
<p><strong>参数:</strong></p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>描述</th>
<th>必填项</th>
<th>版本</th>
</tr>
</thead>
<tbody>
<tr>
<td>partyMemberId</td>
<td>int64</td>
<td>发展党员id</td>
<td>false</td>
<td>-</td>
</tr>
<tr>
<td>operationType</td>
<td>string</td>
<td>操作类型(save保存,next下一步)</td>
<td>false</td>
<td>-</td>
</tr>
<tr>
<td>talker</td>
<td>string</td>
<td>谈话人</td>
<td>true</td>
<td>-</td>
</tr>
<tr>
<td>partyDuties</td>
<td>string</td>
<td>党内职务</td>
<td>true</td>
<td>-</td>
</tr>
<tr>
<td>talkTime</td>
<td>int64</td>
<td>谈话时间</td>
<td>false</td>
<td>-</td>
</tr>
<tr>
<td>talkAddress</td>
<td>string</td>
<td>谈话地点</td>
<td>true</td>
<td>-</td>
</tr>
<tr>
<td>boolOverdue</td>
<td>int32</td>
<td>是否超期一个月</td>
<td>false</td>
<td>-</td>
</tr>
<tr>
<td>conversationRecord</td>
<td>array</td>
<td>谈话记录</td>
<td>false</td>
<td>-</td>
</tr>
<tr>
<td>└─fileId</td>
<td>int64</td>
<td>文件id</td>
<td>false</td>
<td>-</td>
</tr>
<tr>
<td>└─fileName</td>
<td>string</td>
<td>文件名称</td>
<td>false</td>
<td>-</td>
</tr>
<tr>
<td>└─uploadTime</td>
<td>int64</td>
<td>上传时间</td>
<td>false</td>
<td>-</td>
</tr>
</tbody>
</table>
<p><strong>参数示例:</strong></p>
<pre><code>{
&quot;partyMemberId&quot;:594,
&quot;operationType&quot;:&quot;h5ca36&quot;,
&quot;talker&quot;:&quot;7o3qcc&quot;,
&quot;partyDuties&quot;:&quot;5pbvkw&quot;,
&quot;talkTime&quot;:1733989373937,
&quot;talkAddress&quot;:&quot;尹中心732号, 拉萨, 赣 943325&quot;,
&quot;boolOverdue&quot;:958,
&quot;conversationRecord&quot;:[
{
&quot;fileId&quot;:496,
&quot;fileName&quot;:&quot;子骞.崔&quot;,
&quot;uploadTime&quot;:1733989373937
}
]
}</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>
</tbody>
</table>
<p><strong>返回示例:</strong></p>
<pre><code>{
&quot;code&quot;:0,
&quot;msg&quot;:处理成功,
&quot;content&quot;:&quot;3c6qjh&quot;
}</code></pre>
<p><strong>备注</strong></p>
<ul>
<li>暂无错误代码描述信息</li>
</ul>