系统日志
<p><strong>简要描述:</strong></p>
<ul>
<li>
<h1>系统日志</h1>
</li>
</ul>
<p><strong>请求URL:</strong></p>
<ul>
<li><code>http://xx.com/super_admin/log/grid</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST</li>
</ul>
<p><strong>参数:</strong></p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>operator</td>
<td>string</td>
<td>操作对象</td>
</tr>
<tr>
<td>received</td>
<td>string</td>
<td>地址</td>
</tr>
<tr>
<td>start</td>
<td>string</td>
<td>开始日期</td>
</tr>
<tr>
<td>end</td>
<td>int</td>
<td>结束日期</td>
</tr>
<tr>
<td>page</td>
<td>int</td>
<td>起始条,默认1</td>
</tr>
<tr>
<td>limit</td>
<td>int</td>
<td>数据条数,默认10</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;msg&quot;: &quot;success&quot;,
&quot;code&quot;: 0,
&quot;count&quot;: 16,
&quot;data&quot;: [{
&quot;msg&quot;: &quot;&quot;,
&quot;method&quot;: &quot;注册&quot;,
&quot;stamp&quot;: &quot;2021-08-18 13:53:04&quot;,
&quot;received&quot;: &quot;115253&quot;,
&quot;id&quot;: 194876,
&quot;operator&quot;: &quot;1111&quot;,
&quot;status&quot;: &quot;成功&quot;
}],
}</code></pre>
<p><strong>返回参数说明</strong></p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>msg</td>
<td>string</td>
<td>信息</td>
</tr>
<tr>
<td>method</td>
<td>int</td>
<td>方法</td>
</tr>
<tr>
<td>stamp</td>
<td>string</td>
<td>时间</td>
</tr>
<tr>
<td>received</td>
<td>string</td>
<td>地址</td>
</tr>
<tr>
<td>id</td>
<td>string</td>
<td>编号</td>
</tr>
<tr>
<td>operator</td>
<td>string</td>
<td>操作对象</td>
</tr>
<tr>
<td>status</td>
<td>string</td>
<td>状态</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong></p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>