分析-赛果预测
<p><strong>简要描述:</strong> </p>
<ul>
<li>用户注册接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/publicinterface/interface/get-lan-pre-result</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;">schedule_mid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>赛程mid</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;code&quot;: 600,
&quot;msg&quot;: &quot;获取成功&quot;,
&quot;result&quot;: {
&quot;info&quot;: {
&quot;pre_result_title&quot;: &quot;皇马势头正盛,萨基利斯难有作为&quot;,
&quot;pre_result_3001&quot;: &quot;主负&quot;,//胜负预测结果
&quot;pre_result_3002&quot;: &quot;让分主负&quot;,//让分预测结果
&quot;pre_result_3004&quot;: &quot;大分&quot;,//大小分预测结果
&quot;confidence_index&quot;: &quot;4.0&quot;,//信心指数
&quot;avg_home_percent&quot;: null,//主队平均战斗力
&quot;avg_visit_percent&quot;: null,//客队平均战斗力
&quot;json_data&quot;: null,//
&quot;expert_analysis&quot;: &quot; 欧篮本周是一周双赛,其中皇马在北京时间昨天凌晨结束的比赛中(第三轮)主场以(-10.5至-11.5)100-90战胜米兰,球队开局已经取得了三连胜,此前两战他们连克埃菲斯和中央陆军.\n\n 萨尔基里斯昨天也赢了球,他们客场以(+10.5)81-75爆冷战胜巴萨,球队目前战绩2胜1负,此前两场他们先是主场以2分优势战胜红星,之后客场以8分之差不敌希姆基。\n\n 在欧篮赛场上,皇马已经保持对萨尔基利斯八连胜,球队拥有压倒性的优势。本赛季皇马拜托伤病的困扰,目前球队攻防两端发挥均衡,他们场均在进账90分的情况下,失分只有77.7分;萨尔基利斯上赛季因差两场胜利而未能进入八强赛,本赛季重振旗鼓,目标是打进前八。&quot;//专家分析内容
}
}
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>