获取资产管理员列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取资产管理员列表</li>
</ul>
<p><strong>请求URL:</strong>
-<code>测试: http://192.168.0.104:7280/RichOA/a/assetmanager/IAsset/getassetmanager</code>
-<code>线上: http://oa.richx.cn/a/assetmanager/IAsset/getassetmanager</code></p>
<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>apiKey</td>
</tr>
<tr>
<td style="text-align: left;">schoolId</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;userId&quot;: 292,
&quot;realName&quot;: &quot;魏明&quot;
},
{
&quot;userId&quot;: 307,
&quot;realName&quot;: &quot;陶明月&quot;
},
{
&quot;userId&quot;: 310,
&quot;realName&quot;: &quot;盛银江&quot;
},
{
&quot;userId&quot;: 7374,
&quot;realName&quot;: &quot;田爱花&quot;
},
{
&quot;userId&quot;: 38218,
&quot;realName&quot;: &quot;崔维明&quot;
},
{
&quot;userId&quot;: 61300,
&quot;realName&quot;: &quot;老师6&quot;
},
{
&quot;userId&quot;: 87966,
&quot;realName&quot;: &quot;小李&quot;
}
],
&quot;ResponseCode&quot;: 0
}</code></pre>