修改塔机数据
<h5>简要描述</h5>
<ul>
<li>修改塔机数据</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://ip:prot/api/towerCraneData/</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;: 980,
&quot;tcdId&quot;: &quot;121&quot;,
&quot;tdaAmountHoist&quot;: &quot;iswjax&quot;,
&quot;tdaHoist&quot;: &quot;3avmj3&quot;,
&quot;tdaHeight&quot;: &quot;7fneat&quot;,
&quot;tdaRange&quot;: &quot;9ulfhi&quot;,
&quot;tdaRotationAngle&quot;: &quot;2ivvfe&quot;,
&quot;tdaMoment&quot;: &quot;yhtmh3&quot;,
&quot;tdaWindSpeed&quot;: &quot;slo90v&quot;,
&quot;tdaCamber&quot;: &quot;e1joj7&quot;,
&quot;tdaCoordinate&quot;: &quot;ibtqej&quot;,
&quot;tdaPlaceName&quot;: &quot;mafalda.zulauf&quot;,
&quot;tdaAlarmType&quot;: &quot;h0s0km&quot;,
&quot;tdaIsWork&quot;: 418,
&quot;createBy&quot;: &quot;045nmd&quot;,
&quot;updateBy&quot;: &quot;dczwzb&quot;,
&quot;createTime&quot;: &quot;2023-07-14 13:59:00&quot;,
&quot;updateTime&quot;: &quot;2023-07-14 13:59:00&quot;,
&quot;tcdOrgId&quot;: 162,
&quot;orgName&quot;: &quot;mafalda.zulauf&quot;,
&quot;pid&quot;: 729,
&quot;orgPName&quot;: &quot;mafalda.zulauf&quot;,
&quot;tcdCode&quot;: &quot;26934&quot;,
&quot;tcdName&quot;: &quot;mafalda.zulauf&quot;
}
</code></pre>