修改对接
<h5>简要描述</h5>
<ul>
<li>修改对接</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://ip:prot/api/towerDockingRecord/</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>put</li>
</ul>
<h5>Header</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">header</th>
<th style="text-align: left;">必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">token</td>
<td style="text-align: left;">是</td>
<td>string</td>
<td>登录token值</td>
</tr>
</tbody>
</table>
<h5>请求参数示例</h5>
<pre><code>{
&quot;id&quot;: 718,
&quot;tcdId&quot;: &quot;121&quot;,
&quot;tdrType&quot;: &quot;oi2hkz&quot;,
&quot;tdrParams&quot;: &quot;r51k2f&quot;,
&quot;createBy&quot;: &quot;d6b2cl&quot;,
&quot;updateBy&quot;: &quot;3qsdbj&quot;,
&quot;createTime&quot;: &quot;2023-07-14 13:59:00&quot;,
&quot;updateTime&quot;: &quot;2023-07-14 13:59:00&quot;,
&quot;tcdCode&quot;: &quot;26934&quot;,
&quot;tcdName&quot;: &quot;mafalda.zulauf&quot;,
&quot;tcdOrgId&quot;: 302,
&quot;orgName&quot;: &quot;mafalda.zulauf&quot;,
&quot;pid&quot;: 206,
&quot;orgPName&quot;: &quot;mafalda.zulauf&quot;
}
</code></pre>