<p><strong>简要描述:</strong></p>
<ul>
<li>本接口用于关机</li></ul>
<p><strong>输入参数:</strong></p>
<table>
<thead>
<tr>
<th style="text-align:left">参数名</th>
<th style="text-align:left">必选</th>
<th style="text-align:left">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:left">suid</td>
<td style="text-align:left">是</td>
<td style="text-align:left">string</td>
<td>业务标识</td>
</tr>
</tbody>
</table>
<p> <strong>输入示例:</strong></p>
<ul>
<li><a href="https://qg.net/api/physical-operate/halt?suid=value">https://qg.net/api/physical-operate/halt?suid=value</a></li></ul>
<p><strong>返回示例:</strong></p>
<table>
<thead>
<tr>
<th style="text-align:left">参数名</th>
<th style="text-align:left">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:left">RequestId</td>
<td style="text-align:left">string</td>
<td>请求编号</td>
</tr>
<tr>
<td style="text-align:left">Code</td>
<td style="text-align:left">integer</td>
<td>返回编号</td>
</tr>
<tr>
<td style="text-align:left">Message</td>
<td style="text-align:left">string</td>
<td>返回内容</td>
</tr>
</tbody>
</table>
<p>JSON格式</p>
<pre><code>{
"RequestId": "0D481358-B88F-752A-1E90-5F2C6754C3F6",
"Code" : "200"
"Message":"xxxxxxx"
"Data": {
}
}
</code></pre><p> <strong>错误码:</strong></p>
<table>
<thead>
<tr>
<th style="text-align:left">错误码</th>
<th style="text-align:left">说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:left">-</td>
<td style="text-align:left">-</td>
</tr>
</tbody>
</table>
<p> <strong>备注</strong></p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li></ul>