山东体彩-快乐扑克3
<p><strong>简要描述:</strong> </p>
<p>-福建体彩开奖结果</p>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/cron/data/trend-result-data</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;">status</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">integer</td>
<td>状态 2、往期</td>
</tr>
<tr>
<td style="text-align: left;">lottery_code</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>彩种编号 2009:快乐扑克3</td>
</tr>
<tr>
<td style="text-align: left;">periods</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>期数</td>
</tr>
<tr>
<td style="text-align: left;">lottery_time</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>开奖时间</td>
</tr>
<tr>
<td style="text-align: left;">lottery_numbers</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>开奖号码</td>
</tr>
<tr>
<td style="text-align: left;">total_sales</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">integer</td>
<td>总销售额度</td>
</tr>
<tr>
<td style="text-align: left;">pool</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">integer</td>
<td>奖池金额</td>
</tr>
</tbody>
</table>
<p><strong>参数示例:</strong> </p>
<pre><code>lottery_code参数:[
'2009' =&gt; '山东快乐扑克',
];
{
&quot;lottery_code&quot;: &quot;1001&quot;, //彩种编号 必填
&quot;periods&quot;: &quot;2017072&quot;, //期数 必填
&quot;status&quot;: 2, //状态 必填 0、下一期 1、当前期 2、往期
&quot;lottery_time&quot;: &quot;2017-06-22 21:30:00&quot;, //开奖时间 选填
&quot;lottery_numbers&quot;: &quot;1_3,2_3,3_3&quot;, //开奖 必填
&quot;total_sales&quot;: &quot;3333333&quot;, //总销售额度 必填
&quot;pool&quot;: &quot;100000000&quot;, //奖池金额 必填
}</code></pre>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;code&quot;: 600,
&quot;msg&quot;: &quot;开奖记录更新成功&quot;,
&quot;result&quot;: &quot;&quot;
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>