查询管理员日志
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>查询管理员日志</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/business/findContextAdmin</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<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;">page</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td></td>
</tr>
<tr>
<td style="text-align: left;">rows</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td></td>
</tr>
<tr>
<td style="text-align: left;">context</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td></td>
</tr>
<tr>
<td style="text-align: left;">uid</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td></td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;code&quot;: &quot;200&quot;,
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {
&quot;total&quot;: 4,
&quot;records&quot;: [
{
&quot;createTime&quot;: &quot;2024-04-25T09:03:35.000+00:00&quot;,
&quot;name&quot;: &quot;林荣鑫&quot;,
&quot;roleName&quot;: &quot;超级管理员&quot;,
&quot;context&quot;: &quot;hahhhahah&quot;,
&quot;id&quot;: 3,
&quot;projectName&quot;: &quot;aaaa&quot;
},
{
&quot;createTime&quot;: &quot;2024-04-25T08:22:39.000+00:00&quot;,
&quot;name&quot;: &quot;admin&quot;,
&quot;roleName&quot;: &quot;超级管理员&quot;,
&quot;context&quot;: &quot;111111&quot;,
&quot;id&quot;: 1,
&quot;projectName&quot;: &quot;aaaa&quot;
},
{
&quot;createTime&quot;: &quot;2024-04-24T16:45:32.000+00:00&quot;,
&quot;name&quot;: &quot;admin&quot;,
&quot;roleName&quot;: &quot;超级管理员&quot;,
&quot;context&quot;: &quot;hjhkhkh&quot;,
&quot;id&quot;: 4,
&quot;projectName&quot;: &quot;aaaa&quot;
},
{
&quot;createTime&quot;: &quot;2024-04-23T08:22:53.000+00:00&quot;,
&quot;name&quot;: &quot;admin&quot;,
&quot;roleName&quot;: &quot;超级管理员&quot;,
&quot;context&quot;: &quot;2222222&quot;,
&quot;id&quot;: 2,
&quot;projectName&quot;: &quot;aaaa&quot;
}
]
}
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>