呼叫系统API


缴费查询

<h3>简要描述:</h3> <h1>- 缴费查询接口</h1> <p><strong>请求URL:</strong></p> <ul> <li><code>http://../admin/recharge/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> <th>参数</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>page</td> <td>是</td> <td>string</td> <td>1</td> <td>起始页</td> </tr> <tr> <td>limit</td> <td>是</td> <td>string</td> <td>10</td> <td>每页的条数</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;data&amp;quot;: [{ &amp;quot;id&amp;quot;: 11, &amp;quot;datetime&amp;quot;: &amp;quot;2021-08-11 15:00:29&amp;quot;, &amp;quot;before_money&amp;quot;: null, &amp;quot;recharge_money&amp;quot;: 100.0000, &amp;quot;remark&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;admin_id&amp;quot;: 13 }], &amp;quot;count&amp;quot;: 1 }</code></pre> <p><strong>返回参数说明</strong></p> <table> <thead> <tr> <th>参数名</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>id</td> <td>int</td> <td>缴费记录编号</td> </tr> <tr> <td>before_money</td> <td>int</td> <td>余额(元)</td> </tr> <tr> <td>recharge_money</td> <td>int</td> <td>充值金额(元)</td> </tr> <tr> <td>datetime</td> <td>date</td> <td>充值时间</td> </tr> <tr> <td>admin_id</td> <td>int</td> <td>用户</td> </tr> <tr> <td>remark</td> <td>string</td> <td>备注</td> </tr> </tbody> </table>

页面列表

ITEM_HTML