我的资产列表
<p><strong>请求URL:</strong> </p>
<ul>
<li>正式地址 <code>http://192.168.0.101:8859/RichOA/a/assetmanager/IAsset/assetbelongme</code></li>
<li>测试地址 <code>http://oa.richx.cn/a/assetmanager/IAsset/assetbelongme</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<ul>
<li>当当前环节为审核时</li>
</ul>
<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;">userId</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;ResponseResult&quot;: &quot;数据获取成功&quot;,
&quot;ResponseObject&quot;: [
{
&quot;operateTime&quot;: 1511180216000,//领用时间
&quot;idinfo&quot;: &quot;0494363fc9394f66b6715a25dbc97da2&quot;,//资产id
&quot;name&quot;: &quot;5000&quot;,//资产名称
&quot;operate&quot;: &quot;1&quot;,
&quot;firstTypeName&quot;: &quot;通用设备&quot;,//资产大类
&quot;secondTypeName&quot;: &quot;电脑&quot;//分类名称
},
{
&quot;operateTime&quot;: 1511180221000,
&quot;idinfo&quot;: &quot;152a909d02c94f4b8f16c03889886b20&quot;,
&quot;name&quot;: &quot;华硕主板&quot;,
&quot;operate&quot;: &quot;1&quot;,
&quot;firstTypeName&quot;: &quot;通用设备&quot;,
&quot;secondTypeName&quot;: &quot;电脑&quot;
},
{
&quot;operateTime&quot;: 1511597549000,
&quot;idinfo&quot;: &quot;3a84045f51fb4be2ae9f539b71f4b90d&quot;,
&quot;name&quot;: &quot;测试导入&quot;,
&quot;operate&quot;: &quot;1&quot;,
&quot;firstTypeName&quot;: &quot;通用设备&quot;,
&quot;secondTypeName&quot;: &quot;电脑&quot;
}
],
&quot;ResponseCode&quot;: 0
}</code></pre>