中奖历史合买方案
<p><strong>简要描述:</strong> </p>
<ul>
<li>中奖历史合买方案</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/publicinterface/interface/win-history-programmes</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;">expert_no</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>专家no</td>
</tr>
<tr>
<td style="text-align: left;">page_num</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>当前页</td>
</tr>
<tr>
<td style="text-align: left;">page_size</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> {
{
code:600
msg:&quot;方案列表&quot;
result:{
page: 1, // 当前页
size: 10, // 页显示条数
pages: 1, // 总页数
total: &quot;1&quot;, // 总条数
data:[{
0:{
bet_money:&quot;1.00&quot; // 投注金额
expert_no:&quot;gl00004278&quot; // 专家/门店 cust_no
lottery_name:&quot;超级大乐透&quot; // 彩种名称
win_amount:&quot;300.00&quot; // 方案总份数
create_time:&quot;2017-09-05 12:12:12&quot; // 方案被购份数
return_rate:&quot;208&quot; // 回报率
}
}]
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>