维保设备管理-获取业务量小类
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>更新业务量大类、业务量小类</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://localhost:8095/zhejiang-cm/zjMro/device/deviceRecordOperate</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>入参</h5>
<pre><code>{
&quot;topCont&quot; : {
&quot;svcCode&quot; : &quot;BSS&quot;,
&quot;appSecret&quot; : &quot;&quot;,
&quot;reqTime&quot; : &quot;2024-05-15 14:36:09&quot;,
&quot;appChl&quot; : &quot;&quot;,
&quot;version&quot; : &quot;V1.0&quot;
},
&quot;svcCont&quot; : {
&quot;deviceRecordId&quot; : &quot;15&quot;,
&quot;operate&quot; : &quot;6&quot;,
&quot;type&quot; : &quot;业务量小类41&quot;,
&quot;userId&quot; : &quot;1&quot;,
&quot;date&quot; : &quot;2023-07-01&quot;
}
}</code></pre>
<h5>参数</h5>
<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;">operate</td>
<td style="text-align: left;">y</td>
<td style="text-align: left;">String</td>
<td>默认生效 1生效 2 失效 3 修改维保生效 4 修改维保失效 5 修改业务量大类 6 修改业务量小类</td>
</tr>
<tr>
<td style="text-align: left;">type</td>
<td style="text-align: left;">n</td>
<td style="text-align: left;">String</td>
<td>业务量大类或业务量小类名称</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;topCont&quot; : {
&quot;respTime&quot; : &quot;2024-05-15 14:37:56&quot;,
&quot;resultCode&quot; : &quot;0&quot;,
&quot;remark&quot; : &quot;success&quot;
},
&quot;svcCont&quot; : {
&quot;data&quot; : 0
}
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>