新加坡5/2/分分彩形态走势接口
<p><strong>简要描述:</strong> </p>
<ul>
<li>新加坡5/2/分分彩形态走势接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<p>新加坡5分彩 - <code>api/v1/shishicai/state-trend?lottery_id=114</code>
皇冠2分彩 - <code>api/v1/shishicai/state-trend?lottery_id=115</code>
新加坡分分彩 - <code>api/v1/shishicai/state-trend?lottery_id=116</code></p>
<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;">state-trend</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: {
rank: "pre3",
list: [
{
expect: "20200627145956",
opencode: [
"8",
"0",
"7",
"0",
"7"
],
one: [],
two: [],
three: [],
leopard: "42",
straight: "9",
half_straight: "0",
group3: "6",
group6: "0",
mixed6: "2"
}
],
count: {
one0: {
max_open: 0,
avg_miss: 11,
curr_miss: 11,
max_miss: 11,
repeat_open: 0
},
two0: {},
three0: {},
one1: {},
two1: {},
three1: {},
one2: {},
two2: {},
three2: {},
one3: {},
two3: {},
three3: {},
one4: {},
two4: {},
three4: {},
one5: {},
two5: {},
three5: {},
one6: {},
two6: {},
three6: {},
one7: {},
two7: {},
three7: {},
one8: {},
two8: {},
three8: {},
one9: {},
two9: {},
three9: {},
leopard: {},
straight: {},
half_straight: {},
group3: {},
group6: {},
mixed6: {}
}
}
}</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;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>