获取资产名称同一资产名称的详细信息
<p><strong>简要描述:</strong> </p>
<ul>
<li>用户注册接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li>正式地址 <code>http://192.168.0.101:8859/RichOA/a/assetmanager/IAsset/getAssetInfo</code></li>
<li>测试地址 <code>http://oa.richx.cn/a/assetmanager/IAsset/getAssetInfo</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<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;">apiKey</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td></td>
</tr>
<tr>
<td style="text-align: left;">schoolId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td></td>
</tr>
<tr>
<td style="text-align: left;">sameName</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>资产同一笔id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;ResponseObject&quot;: {
&quot;unit&quot;: &quot;台&quot;,//单位
&quot;status&quot;: &quot;3闲置 2使用中&quot;,//状态统计
&quot;imgSrc&quot;: [//每笔资产图片列表
&quot;http://o9fisdspi.bkt.clouddn.com/3201140009/assetImg/1511172660758/1950X.jpg&quot;,
&quot;http://o9fisdspi.bkt.clouddn.com/3201140009/assetImg/1510796777548/R5E_U3.1.jpg&quot;,
&quot;http://o9fisdspi.bkt.clouddn.com/3201140009/assetImg/1510796777548/R5E_U3.1.jpg&quot;,
&quot;http://o9fisdspi.bkt.clouddn.com/3201140009/assetImg/1510796777548/R5E_U3.1.jpg&quot;,
&quot;http://o9fisdspi.bkt.clouddn.com/3201140009/assetImg/1510796777548/R5E_U3.1.jpg&quot;
],
&quot;name&quot;: &quot;华硕主板&quot;,//资产名称
&quot;number&quot;: 5,//资产数量
&quot;assettype&quot;: &quot;通用设备&quot;,//资产大类
&quot;assetname&quot;: &quot;电脑&quot;//分类名称
},
&quot;ResponseCode&quot;: 0,
&quot;Responsedata&quot;: &quot;数据获取成功&quot;
}</code></pre>