路牌工人解绑
<p>[TOC]</p>
<h5>路牌工人解绑</h5>
<ul>
<li>路牌工人解绑</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://124.128.226.198:8081/front/stCardWorker/unbind</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<table>
<thead>
<tr>
<th>参数名</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>id</td>
<td>是</td>
<td>int</td>
<td>工人id</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
"code": "0000",
}</code></pre>