2.获取资产计量单位
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取资产类型</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>assetapp/getUnitsList.do</code></li>
</ul>
<p><strong>请求参数:</strong> </p>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;ResponseCode&quot;: 0,
&quot;ResponseResult&quot;: &quot;获取成功&quot;,
&quot;ResponseObject&quot;: [
&quot;台&quot;,
&quot;个&quot;,
&quot;把&quot;,
&quot;套&quot;,
&quot;件&quot;,
&quot;部&quot;,
&quot;瓶&quot;,
&quot;盒&quot;
]
}</code></pre>
<p><strong>返回参数说明-ResponseObject值</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">name</td>
<td style="text-align: left;">String</td>
<td>名称</td>
</tr>
<tr>
<td style="text-align: left;">id</td>
<td style="text-align: left;">int</td>
<td>值</td>
</tr>
</tbody>
</table>