1.获取资产类型
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取资产类型</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>assetapp/getAssetTypeList.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;id&quot;: 0,
&quot;name&quot;: &quot;水电设施&quot;
},
{
&quot;id&quot;: 1,
&quot;name&quot;: &quot;房屋建筑物&quot;
},
{
&quot;id&quot;: 2,
&quot;name&quot;: &quot;办公设备&quot;
},
{
&quot;id&quot;: 3,
&quot;name&quot;: &quot;网络信息&quot;
},
{
&quot;id&quot;: 4,
&quot;name&quot;: &quot;仪器设备&quot;
},
{
&quot;id&quot;: 5,
&quot;name&quot;: &quot;运输设备&quot;
},
{
&quot;id&quot;: 6,
&quot;name&quot;: &quot;体育用品&quot;
},
{
&quot;id&quot;: 7,
&quot;name&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>