删除
<p>地址:<a href="http://192.168.1.101:9527/devices/8952fcc3-3589-58af-8ebf-68b824c60038/invoke-action">http://192.168.1.101:9527/devices/8952fcc3-3589-58af-8ebf-68b824c60038/invoke-action</a></p>
<p>请求格式:</p>
<pre><code class="language-json">{
"serviceID":"urn:wxjc-com:serviceID:地址地名审核",
"actionName":"列表_删除",
"input":{
//参数
}
}
</code></pre>
<p>参数:</p>
<table>
<thead>
<tr>
<th>字段</th>
<th>类型</th>
<th>说明</th>
<th>是否必填</th>
</tr>
</thead>
<tbody>
<tr>
<td>id</td>
<td>String</td>
<td>id</td>
<td>是</td>
</tr>
</tbody>
</table>
<p>响应:</p>
<table>
<thead>
<tr>
<th>字段</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>code</td>
<td>状态 0000:成功 0001:失败</td>
</tr>
<tr>
<td>data</td>
<td>提示语</td>
</tr>
</tbody>
</table>