获取两周内历史注单
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取两周内历史注单接口</li>
</ul>
<p><strong>说明:</strong> </p>
<ul>
<li>限制10秒请求一次</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xxx.xxx.com/getinfo/getBettingHistory</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;two_week_history&quot;: [
{
&quot;betTime&quot;: &quot;2017-09-14&quot;, //下注日期
&quot;allNum&quot;: &quot;10&quot;, //总注单数
&quot;allMoney&quot;: &quot;110.00&quot;, //下注总金额
&quot;allWin&quot;: &quot;-46.16&quot;, //输赢结果
&quot;allCut&quot;: &quot;0.28&quot;, //退水金额
&quot;allTrueWin&quot;: &quot;-45.89&quot; //退水后结果
},
....
]
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>