根据文章获取分流
<h3>文章分流 - 根据文章获取分流</h3>
<p>请求地址: GET <code>/article_redir/get_article_redir</code></p>
<table>
<thead>
<tr>
<th>字段</th>
<th>类型</th>
<th>描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>article_id</td>
<td>integer</td>
<td>文章id</td>
</tr>
</tbody>
</table>
<p>返回示例</p>
<pre><code>{
"msg": "获取分流文章成功",
"data": {
"article_id": 1,
"title": "文章标题"
},
"code": 1,
"state": true
}</code></pre>