维保设备管理-获取业务量小类
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>获取业务量大类</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://zhejiang-cm/zjMro/device/getBusiSmallType</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 10:39:03&quot;,
&quot;appChl&quot; : &quot;&quot;,
&quot;version&quot; : &quot;V1.0&quot;
},
&quot;svcCont&quot; : {
&quot;userId&quot; : 1,
&quot;busiBigType&quot;:&quot;业务量大类&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>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;topCont&quot;: {
&quot;resultCode&quot;: &quot;0&quot;,
&quot;respTime&quot;: &quot;2024-05-15 11:18:47&quot;,
&quot;remark&quot;: &quot;success&quot;
},
&quot;svcCont&quot;: {
&quot;data&quot;: [
&quot;业务量小类11&quot;
]
}
}</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>