最近合买方案
<p><strong>简要描述:</strong> </p>
<ul>
<li>最近合买方案</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/publicinterface/interface/recent-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:{
programme_code:&quot;GLCDLT1709051537T0000001&quot; // 合买编号
bet_money:&quot;1.00&quot; // 投注金额
lottery_name:&quot;超级大乐透&quot; // 彩种名称
programme_speed:&quot;10&quot; // 已认购进度
programme_peoples:&quot;2&quot; // 认购人数
programme_last_amount:&quot;2&quot; // 剩余份额
programme_all_number:&quot;10&quot; // 总共份额
minimum_guarantee:&quot;3&quot; // 保底金额
create_time:&quot;2017-09-05 12:12:12&quot; // 创建时间
user_name:&quot;名字&quot; // 用户名
per_order_speed:&quot;30&quot; // 预购
}
}]
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>