老年人报警
<h1>老年人报警</h1>
<p>地址:<a href="http://192.168.1.101:9527/devices/44f10915-500c-5871-a03e-0ddba9ddd366/invoke-action">http://192.168.1.101:9527/devices/44f10915-500c-5871-a03e-0ddba9ddd366/invoke-action</a></p>
<p>请求格式:</p>
<pre><code>{
"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>warningId</td>
<td>string</td>
<td>预警编号</td>
<td>否</td>
</tr>
<tr>
<td>name</td>
<td>string</td>
<td>姓名</td>
<td>否</td>
</tr>
<tr>
<td>pageNumber</td>
<td>int</td>
<td>当前页码</td>
<td>是</td>
</tr>
<tr>
<td>pageSize</td>
<td>int</td>
<td>条数</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>
<tr>
<td>total</td>
<td>数据总条数</td>
</tr>
</tbody>
</table>