修改司机考勤
<h5>简要描述</h5>
<ul>
<li>修改司机考勤</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://ip:prot/api/towerCraneAttend/</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;: 353,
&quot;tcdId&quot;: &quot;121&quot;,
&quot;tcaName&quot;: &quot;mafalda.zulauf&quot;,
&quot;tcaIdCard&quot;: &quot;331620199503058902&quot;,
&quot;tcaResult&quot;: &quot;ajnnb0&quot;,
&quot;tcaTime&quot;: &quot;2023-07-14 13:59:00&quot;,
&quot;createBy&quot;: &quot;qz033i&quot;,
&quot;updateBy&quot;: &quot;xpokj5&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;: 441,
&quot;orgName&quot;: &quot;mafalda.zulauf&quot;,
&quot;pid&quot;: 581,
&quot;orgPName&quot;: &quot;mafalda.zulauf&quot;,
&quot;tcdCode&quot;: &quot;26934&quot;,
&quot;tcdName&quot;: &quot;mafalda.zulauf&quot;
}
</code></pre>