获取文章详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取文章详情接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/publicinterface/expert/get-article-detail</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;">article_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>文章ID</td>
</tr>
<tr>
<td style="text-align: left;">pre_type</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>文章预测类型 1:足球 2:篮球</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;code&quot;: 600,
&quot;msg&quot;: &quot;获取成功&quot;,
&quot;result&quot;: {
&quot;data&quot;: {
&quot;pre_concent&quot;: [// 预测内容
{
&quot;periods&quot;: &quot;99184&quot;, // 预测场次
&quot;lottery_code&quot;: &quot;3006&quot;, // 预测彩种
&quot;pre_result&quot;: [ // 预测结果
&quot;3&quot;,
&quot;2&quot;
],
&quot;visit_short_name&quot;: &quot;直布罗陀&quot;, // 客队
&quot;home_short_name&quot;: &quot;希腊&quot;, // 主队
&quot;rq_nums&quot;: &quot;-4&quot;, // 让球数
&quot;start_time&quot;: &quot;2017-10-11 02:45:00&quot;, // 比赛开奖时间
&quot;league_name&quot;: &quot;世预赛&quot;, // 联赛名
&quot;pre_odds&quot;: [ // 预测时赔率
&quot;3.10&quot;,
&quot;4.22&quot;
],
&quot;schedule_status&quot;: &quot;2&quot;, // 场次状态 0:未开 1:比赛中 2:完赛
&quot;schedule_result&quot;: &quot;4:0&quot;, // 开奖结果
&quot;odds&quot;: { // 赔率
&quot;odds_let_id&quot;: &quot;8239&quot;,
&quot;schedule_mid&quot;: &quot;99184&quot;,
&quot;updates_nums&quot;: &quot;5&quot;,
&quot;let_ball_nums&quot;: &quot;-4&quot;,
&quot;let_wins&quot;: &quot;1.59&quot;,
&quot;let_wins_trend&quot;: &quot;-1&quot;,
&quot;let_level&quot;: &quot;5.15&quot;,
&quot;let_level_trend&quot;: &quot;0&quot;,
&quot;let_negative&quot;: &quot;3.26&quot;,
&quot;let_negative_trend&quot;: &quot;1&quot;,
&quot;modify_time&quot;: null,
&quot;create_time&quot;: &quot;2017-10-10 23:40:03&quot;,
&quot;update_time&quot;: &quot;2017-10-10 23:39:11&quot;,
&quot;schedule_id&quot;: &quot;2057&quot;,
&quot;opt_id&quot;: null
},
&quot;schedule_code&quot;: &quot;周二021&quot; // 场次CODE
}
],
&quot;expert_articles_id&quot;: &quot;3&quot;, // 文章ID
&quot;article_type&quot;: &quot;1&quot;, // 文章类型 1:足球赛事
&quot;pay_type&quot;: &quot;1&quot;,// 付费类型 1:免费 2:付费
&quot;article_status&quot;: &quot;3&quot;, //1:草稿 2:待审核 3:上线 4:下线 5:审核失败
&quot;result_status&quot;: &quot;1&quot;, //猜测结果 1:待开 2:黑单 3:红单
&quot;pay_type_name&quot;: &quot;免费&quot;, 、//付费类型名
&quot;article_status_name&quot;: &quot;上线&quot;, // 文章状态名
&quot;result_status_name&quot;: &quot;待开&quot;, // 猜测结果名
&quot;pay_money&quot;: &quot;0&quot;, // 付费金额
&quot;buy_nums&quot;: &quot;0&quot;, // 购买数
&quot;read_nums&quot;: &quot;0&quot;,// 阅读数
&quot;pre_profit&quot;: 422 // 预计盈利
&quot;is_pay&quot;:0 //是否已购买 0:未购买 1:已购买
&quot;buy_back&quot; : 1 // 0:不返还 1:返还
}
}
}</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>