江苏快3定位走势接口
<p><strong>简要描述:</strong> </p>
<ul>
<li>江苏快3定位走势</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>api/v1/fast-three/position-trend?lottery_id=24</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;">position-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=24</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>彩种ID</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>
{
status: 200,
msg: "Ok",
data: {
list: [
{
expect: "0626058",
code_arr: [
"3",
"4",
"4"
],
hmfb: [
[
2,
4,
...
],
...
]
}
],
count: [
{
max_open: 0,
avg_miss: 2,
curr_miss: 2,
max_miss: 2,
repeat_open: 0
},
...
]
}
}
**返回参数说明**
|参数名|类型|说明|
|:----- |:-----|----- |
|expect |string |开奖期号|
|code_arr |string |开奖号码 |
|hmfb |int |号码分布 |
|count |int |开出次数 |
|max_open |int |最大开出 |
|avg_miss |int |平均遗漏 |
|curr_miss |int |当前遗漏 |
|max_miss |int |最大遗漏 |
|repeat_open |int |重复开出 |
**备注**
- 更多返回错误代码请看首页的错误代码描述
欢迎使用ShowDoc!</code></pre>