体彩-开奖结果更新
<p><strong>简要描述:</strong> </p>
<ul>
<li>python 对接数字彩开奖结果</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/api/cron/szc/generate-record-dlt2</code> 大乐透</li>
<li><code>/api/cron/szc/generate-record-pls2</code> 排列三</li>
<li><code>/api/cron/szc/generate-record-plw2</code> 排列五</li>
<li><code>/api/cron/szc/generate-record-qxc2</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;">periods</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>期数</td>
</tr>
<tr>
<td style="text-align: left;">openNumber</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;code&quot;: 600,
&quot;msg&quot;: &quot;开奖成功&quot;,
&quot;result&quot;: {
&quot;lottery_record_id&quot;: &quot;2695&quot;,
&quot;lottery_code&quot;: &quot;2004&quot;,
&quot;lottery_name&quot;: &quot;七星彩&quot;,
&quot;periods&quot;: &quot;17119&quot;,
&quot;lottery_time&quot;: &quot;2017-10-10 20:30:00&quot;,
&quot;limit_time&quot;: &quot;2017-10-10 19:25:00&quot;,
&quot;week&quot;: &quot;周二&quot;,
&quot;lottery_numbers&quot;: &quot;2,6,6,5,0,3,6&quot;,
&quot;status&quot;: &quot;1&quot;,
&quot;win_status&quot;: &quot;3&quot;,
&quot;total_sales&quot;: &quot;0.00&quot;,
&quot;pool&quot;: &quot;0.00&quot;,
&quot;modify_time&quot;: &quot;2017-10-10 20:45:23&quot;,
&quot;create_time&quot;: &quot;2017-10-06 20:36:25&quot;,
&quot;update_time&quot;: &quot;2017-10-12 15:15:31&quot;,
&quot;parity_ratio&quot;: null,
&quot;size_ratio&quot;: null
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">code</td>
<td style="text-align: left;">int</td>
<td>600</td>
</tr>
<tr>
<td style="text-align: left;">msg</td>
<td style="text-align: left;">string</td>
<td>开奖成功</td>
</tr>
<tr>
<td style="text-align: left;">result</td>
<td style="text-align: left;">json</td>
<td>本期信息</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong>
600 成功更新
101 错误信息</p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>