工器具日常检测
<p>[TOC]</p>
<h5>简要描述</h5>
<h5>请求URL</h5>
<ul>
<li><code>http://192.168.30.37:8082/deviceBasics/warehouse/searchDeviceRc</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<pre><code>{
&quot;company&quot;:1, 所属公司
&quot;device_type&quot;:&quot;&quot;, 工器具类别
&quot;pageNum&quot;:1,
&quot;pageSize&quot;:10,
&quot;device_name&quot;:&quot;&quot;, 设备名
&quot;times&quot;:&quot;&quot;,
&quot;next_check_time&quot;:&quot;2023-03-10 10:26:36&quot; 筛选下次检测时间
}</code></pre>
<h5>返回示例</h5>
<pre><code> {
&quot;code&quot;: 200,
&quot;success&quot;: true,
&quot;msg&quot;: &quot;操作成功&quot;,
&quot;data&quot;: {
&quot;total&quot;: 1,
&quot;list&quot;: [
{
&quot;id&quot;: null,
&quot;deviceNumber&quot;: null,
&quot;deviceType&quot;: null,
&quot;deviceName&quot;: null,
&quot;deviceModel&quot;: &quot;HB-70&quot;, 型号
&quot;manufacturer&quot;: null,
&quot;opTime&quot;: null,
&quot;opUser&quot;: null,
&quot;nextCheckTime&quot;: &quot;2023-03-15 10:26:36&quot;, 下次检测时间
&quot;status&quot;: null,
&quot;administrator&quot;: null,
&quot;createTime&quot;: null,
&quot;updateTime&quot;: null,
&quot;isDeleted&quot;: null,
&quot;classGroup&quot;: null,
&quot;startTime&quot;: null,
&quot;company&quot;: null,
&quot;endTime&quot;: null
}
]
}
}</code></pre>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>