AG反水记录
<p><strong>简要描述:</strong></p>
<ul>
<li>额度转换</li>
</ul>
<p><strong>请求URL:</strong></p>
<ul>
<li><code>http://xx.com/getinfo/getAgLog</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST Content-Type: application/json;charset=utf-8</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;">oid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>用户在线凭证</td>
</tr>
<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;">number</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>每页多少</td>
</tr>
</tbody>
</table>
<pre><code> **返回示例**
{
&quot;number&quot;: 20,
&quot;page&quot;: 1,
&quot;count&quot;: &quot;1&quot;,
&quot;list&quot;: [
{
&quot;money&quot;: &quot;6.8&quot;, // 反水金额
&quot;date&quot;: &quot;2017-08-13 23:40:18&quot; // 反水时间
}
]
}</code></pre>