六合彩生肖走势
<p><strong>简要描述:</strong> </p>
<ul>
<li>六合彩生肖走势接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>api/v1/liuhc/trend-zodiac?lottery_id=112</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST/GET </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;">trend-zodiac</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>生肖走势</td>
</tr>
<tr>
<td style="text-align: left;">lottery_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>彩种ID</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>
{
status: 200,
msg: "Ok",
data: {
list: [
{
expect: "0626030",
code_arr: [
"43",
...
],
opencode: "43,04,49,17,21,01,02",
one_zodiac: "龙",
two_zodiac: "羊",
three_zodiac: "狗",
four_zodiac: "马",
five_zodiac: "虎",
six_zodiac: "狗",
seven_zodiac: "鸡",
one_zodiac_no: 4,
two_zodiac_no: 7,
three_zodiac_no: 10,
four_zodiac_no: 6,
five_zodiac_no: 2,
six_zodiac_no: 10,
seven_zodiac_no: 9
}
],
count: {
one_zodiac: [
{
max_open: 0,
avg_miss: 1,
curr_miss: 1,
max_miss: 1,
repeat_open: 0
},
...
],
two_zodiac: [],
three_zodiac: [],
four_zodiac: [],
five_zodiac: [],
six_zodiac: [],
seven_zodiac: []
}
}
}
**返回参数说明**
|参数名|类型|说明|
|:----- |:-----|----- |
|expect |string |开奖期号 |
|code_arr |string |开奖号码组 |
|opencode |string |开奖号码 |
|one_zodiac |string |第一个生肖 |
|two_zodiac |string |第二个生肖 |
|three_zodiac |string |第三个生肖 |
|four_zodiac |string |第四个生肖 |
|five_zodiac |string |第五个生肖 |
|six_zodiac |string |第六个生肖 |
|seven_zodiac |string |第七个生肖 |
|one_zodiac_no |int |第一个生肖号码 |
|two_zodiac_no |int |第二个生肖号码 |
|three_zodiac_no |int |第三个生肖号码 |
|four_zodiac_no |int |第四个生肖号码 |
|five_zodiac_no |int |第五个生肖号码 |
|six_zodiac_no |int |第六个生肖号码 |
|seven_zodiac_no |int |第七个生肖号码 |
|count |int |次数 |
|max_open |int |最大开出 |
|avg_miss |int |平均遗漏 |
|curr_miss |int |当前遗漏 |
|max_miss |int |最大遗漏 |
|repeat_open |int |重复开出 |
**备注**
- 更多返回错误代码请看首页的错误代码描述</code></pre>