呼叫系统API


系统日志

<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>{ &amp;quot;msg&amp;quot;: &amp;quot;success&amp;quot;, &amp;quot;code&amp;quot;: 0, &amp;quot;count&amp;quot;: 16, &amp;quot;data&amp;quot;: [{ &amp;quot;msg&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;method&amp;quot;: &amp;quot;注册&amp;quot;, &amp;quot;stamp&amp;quot;: &amp;quot;2021-08-18 13:53:04&amp;quot;, &amp;quot;received&amp;quot;: &amp;quot;115253&amp;quot;, &amp;quot;id&amp;quot;: 194876, &amp;quot;operator&amp;quot;: &amp;quot;1111&amp;quot;, &amp;quot;status&amp;quot;: &amp;quot;成功&amp;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>

页面列表

ITEM_HTML